summaryrefslogtreecommitdiff
path: root/Source/Android/res
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2013-08-29 12:40:35 -0400
committerLioncash <mathew1800@gmail.com>2013-08-29 12:40:35 -0400
commit8fd2c32ba65be8338be171dee744839adce95dd7 (patch)
treeb3d27f8f7ae793f898c014fd75109c0e7fa037dc /Source/Android/res
parent93ed4adb025928c913fb3c01f1c3b0567330b9e3 (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.xml7
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" />