Fixed BUG0004
This commit is contained in:
parent
18bb894aea
commit
f884a89ad6
3 changed files with 112 additions and 53 deletions
|
@ -9,14 +9,16 @@
|
|||
android:paddingTop="@dimen/activity_vertical_margin"
|
||||
tools:context=".AboutActivity$PlaceholderFragment" >
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textView1"
|
||||
<ScrollView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentTop="true"
|
||||
android:text="@string/about1" />
|
||||
android:id="@+id/scrollView" >
|
||||
|
||||
<TextView
|
||||
android:id="@+id/textView1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/about1" />
|
||||
</ScrollView>
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
Reference in a new issue