Minor updates
authorJorge Antonio Diaz-Benito Soriano <jorge.diazbenitosoriano@gmail.com>
Sat, 25 Oct 2014 18:43:11 +0000 (20:43 +0200)
committerJorge Antonio Diaz-Benito Soriano <jorge.diazbenitosoriano@gmail.com>
Sat, 25 Oct 2014 18:43:11 +0000 (20:43 +0200)
res/layout/text_file_preview.xml
res/layout/text_file_preview_list_item.xml

index d34045c..1b526bc 100644 (file)
@@ -1,23 +1,10 @@
 <?xml version="1.0" encoding="utf-8"?>
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<ListView xmlns:android="http://schemas.android.com/apk/res/android"
+    android:id="@+id/text_preview_list"
     android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:layout_marginStart="8dp"
-    android:layout_marginEnd="8dp">
-
-    <ListView
-        android:id="@+id/text_preview_list"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:visibility="gone"
-        android:divider="@null"
-        android:dividerHeight="0dp"
-        android:focusable="false"
-        android:focusableInTouchMode="false" />
-
-    <ProgressBar
-        android:id="@+id/progress_bar"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_gravity="center" />
-</FrameLayout>
\ No newline at end of file
+    android:layout_height="wrap_content"
+    android:visibility="gone"
+    android:divider="@null"
+    android:dividerHeight="0dp"
+    android:focusable="false"
+    android:focusableInTouchMode="false" />
\ No newline at end of file
index 0ff7570..269765e 100644 (file)
@@ -21,5 +21,4 @@
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
     android:textColor="@android:color/black"
-    android:maxLines="1"
     android:layout_gravity="center" />
\ No newline at end of file