diff options
| author | Lioncash <mathew1800@gmail.com> | 2013-08-29 12:40:35 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2013-08-29 12:40:35 -0400 |
| commit | 8fd2c32ba65be8338be171dee744839adce95dd7 (patch) | |
| tree | b3d27f8f7ae793f898c014fd75109c0e7fa037dc /Source/Android/res | |
| parent | 93ed4adb025928c913fb3c01f1c3b0567330b9e3 (diff) | |
[Android] Decouple the About fragment from the FolderBrowserAdapter. Now it uses its own independent adapter (I have no idea why this wasn't done in the first place).
Diffstat (limited to 'Source/Android/res')
| -rw-r--r-- | Source/Android/res/layout/about_layout.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/Android/res/layout/about_layout.xml b/Source/Android/res/layout/about_layout.xml index c282fc0369..390d7d0de9 100644 --- a/Source/Android/res/layout/about_layout.xml +++ b/Source/Android/res/layout/about_layout.xml @@ -2,10 +2,11 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="match_parent" - android:orientation="vertical" > + android:orientation="vertical" + android:padding="6dp"> <TextView - android:id="@+id/FolderTitle" + android:id="@+id/AboutItemTitle" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="5dip" @@ -14,7 +15,7 @@ android:textStyle="bold" /> <TextView - android:id="@+id/FolderSubTitle" + android:id="@+id/AboutItemSubTitle" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="10dip" /> |
