add id and contentdescription to a layout
authorpurigarcia <pgarcia@solidgear.es>
Wed, 25 Mar 2015 17:54:10 +0000 (18:54 +0100)
committerpurigarcia <pgarcia@solidgear.es>
Wed, 25 Mar 2015 17:54:10 +0000 (18:54 +0100)
res/layout/file_details_empty.xml
res/layout/files.xml
res/values/strings.xml

index 5d16b07..d242954 100644 (file)
@@ -21,7 +21,7 @@
        android:layout_width="match_parent"
        android:layout_height="match_parent"
     android:background="#F7F7F7"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
     android:background="#F7F7F7"
-    android:orientation="vertical" >
+    android:orientation="vertical">
 
     <TextView 
         android:layout_width="fill_parent"
 
     <TextView 
         android:layout_width="fill_parent"
index 5d62c13..3f3617b 100644 (file)
@@ -23,6 +23,8 @@
     android:background="@color/background_color"\r
     android:orientation="horizontal"\r
     android:baselineAligned="false"\r
     android:background="@color/background_color"\r
     android:orientation="horizontal"\r
     android:baselineAligned="false"\r
+    android:id="@+id/ListLayout"\r
+    android:contentDescription="@string/list_layout"\r
     >\r
 \r
        <FrameLayout \r
     >\r
 \r
        <FrameLayout \r
index abf48d3..8c9e77d 100644 (file)
@@ -79,6 +79,7 @@
     <string name="filedetails_download">Download</string>
     <string name="filedetails_sync_file">Refresh file</string>
     <string name="filedetails_renamed_in_upload_msg">File was renamed to %1$s during upload</string>
     <string name="filedetails_download">Download</string>
     <string name="filedetails_sync_file">Refresh file</string>
     <string name="filedetails_renamed_in_upload_msg">File was renamed to %1$s during upload</string>
+    <string name="list_layout">List Layout</string>
     <string name="action_share_file">Share link</string>
     <string name="action_unshare_file">Unshare link</string>
     <string name="common_yes">Yes</string>
     <string name="action_share_file">Share link</string>
     <string name="action_unshare_file">Unshare link</string>
     <string name="common_yes">Yes</string>