aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-10-06 18:16:14 +0200
committerjruesga <jorge@ruesga.com>2012-10-06 18:16:14 +0200
commit78a56ac66696f399026166dcb893b3352c19cb0b (patch)
tree1ee1d2d6141d2f3169d3629cee91ef3b201185fc /res/layout
parent0b1564bd02bd5a60d6ee1e353a43ade4a602d3d8 (diff)
downloadandroid_packages_apps_CMFileManager-78a56ac66696f399026166dcb893b3352c19cb0b.tar.gz
android_packages_apps_CMFileManager-78a56ac66696f399026166dcb893b3352c19cb0b.tar.bz2
android_packages_apps_CMFileManager-78a56ac66696f399026166dcb893b3352c19cb0b.zip
A bunch of changes.
* Add send action for file * Add handler for open action on click in navigation, search and bookmarks * Allow file bookmarks * Upload AssociationsDialog * Fix root directory name in history * Add controls to navigation and history for deleted folders * Remove history of delete folders * Add open with action for onLongClickListener handler
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/associations_dialog.xml3
-rw-r--r--res/layout/bookmarks_item.xml2
2 files changed, 2 insertions, 3 deletions
diff --git a/res/layout/associations_dialog.xml b/res/layout/associations_dialog.xml
index 80afce6e..99fb003c 100644
--- a/res/layout/associations_dialog.xml
+++ b/res/layout/associations_dialog.xml
@@ -18,7 +18,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:layout_margin="@dimen/default_margin">
+ android:gravity="center|center_horizontal">
<GridView android:id="@+id/associations_gridview"
android:layout_width="match_parent"
@@ -26,7 +26,6 @@
android:stretchMode="columnWidth"
android:scrollbars="vertical"
android:horizontalSpacing="@dimen/default_margin"
- android:verticalSpacing="@dimen/default_margin"
android:numColumns="3" />
<CheckBox android:id="@+id/associations_remember"
diff --git a/res/layout/bookmarks_item.xml b/res/layout/bookmarks_item.xml
index 5e879afe..b4e69b47 100644
--- a/res/layout/bookmarks_item.xml
+++ b/res/layout/bookmarks_item.xml
@@ -55,7 +55,7 @@
android:textAppearance="@style/primary_text_appearance" />
<TextView
- android:id="@+id/bookmarks_item_directory"
+ android:id="@+id/bookmarks_item_path"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"