aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-10-26 20:36:17 +0200
committerjruesga <jorge@ruesga.com>2012-10-26 20:36:17 +0200
commit70952aa28a7928237e40bd906d7a7ccfb57ccc63 (patch)
tree88e6d45f0ce5b21de9cbf6e6d10c55ac80347b94 /res/layout
parentfa69e63d8a419b6896e4469ff8a0ce3077513dd9 (diff)
downloadandroid_packages_apps_CMFileManager-70952aa28a7928237e40bd906d7a7ccfb57ccc63.tar.gz
android_packages_apps_CMFileManager-70952aa28a7928237e40bd906d7a7ccfb57ccc63.tar.bz2
android_packages_apps_CMFileManager-70952aa28a7928237e40bd906d7a7ccfb57ccc63.zip
The overflow menu should not show as an icon on devices with a physical
menu button (issue #14)
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/history.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/history.xml b/res/layout/history.xml
index d4cd34bb..3291e120 100644
--- a/res/layout/history.xml
+++ b/res/layout/history.xml
@@ -36,4 +36,11 @@
android:layout_height="match_parent"
android:layout_alignParentTop="true" />
+ <View
+ android:id="@+id/history_status"
+ android:layout_width="match_parent"
+ android:layout_height="1dp"
+ android:layout_alignParentBottom="true"
+ android:visibility="invisible"/>
+
</RelativeLayout> \ No newline at end of file