diff --git a/Source/Android/res/layout/folderbrowser.xml b/Source/Android/res/layout/folderbrowser.xml
index d3ee4538fa..4a1b1f97c9 100644
--- a/Source/Android/res/layout/folderbrowser.xml
+++ b/Source/Android/res/layout/folderbrowser.xml
@@ -3,12 +3,12 @@
android:layout_width="fill_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
android:padding="3dip">
-
+
@@ -17,37 +17,26 @@
android:id="@+id/FolderSubTitle"
android:layout_width="fill_parent"
android:layout_height="26dip"
-
+
android:layout_toRightOf="@id/ImageIcon"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
-
+
android:singleLine="true"
- android:ellipsize="marquee"
- android:text="Subtitle" />
-
+ android:ellipsize="marquee"/>
+
-
-
+
diff --git a/Source/Android/res/layout/gamelist_layout.xml b/Source/Android/res/layout/gamelist_layout.xml
index f27b5968a6..eaabe9e53a 100644
--- a/Source/Android/res/layout/gamelist_layout.xml
+++ b/Source/Android/res/layout/gamelist_layout.xml
@@ -8,47 +8,36 @@
android:id="@+id/GameItemIcon"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
-
+
android:layout_alignParentTop="true"
android:layout_alignParentBottom="true"
android:layout_marginRight="6dip" />
-
-
+
-
-
diff --git a/Source/Android/res/layout/gamelist_listview.xml b/Source/Android/res/layout/gamelist_listview.xml
index 265a8f0b36..bbd1a43c07 100644
--- a/Source/Android/res/layout/gamelist_listview.xml
+++ b/Source/Android/res/layout/gamelist_listview.xml
@@ -3,5 +3,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:choiceMode="singleChoice"
- android:divider="@android:color/transparent"
- android:dividerHeight="0dp"/>
\ No newline at end of file
+ android:dividerHeight="1dp"/>
\ No newline at end of file