blob: 390898408cb3212c5336d4f72e6d3648a010c89f [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="@dimen/dynamic_padding"
android:text="@string/dynamic_string1" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/dynamic_string2" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/dynamic_string3" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/dynamic_string4" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/dynamic_string5" />
</LinearLayout>