From 2f86f4f4ae180ee64dfb3335d37ef85426acaa89 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Sun, 23 Dec 2012 11:09:05 +0100 Subject: Implemented directory navigation --- res/layout/directory_chooser.xml | 11 ++++++++--- res/xml/preferences.xml | 3 ++- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'res') diff --git a/res/layout/directory_chooser.xml b/res/layout/directory_chooser.xml index cf53962ef..842e5d458 100644 --- a/res/layout/directory_chooser.xml +++ b/res/layout/directory_chooser.xml @@ -38,8 +38,8 @@ android:layout_height="60dp" android:layout_alignParentLeft="true" android:layout_alignParentTop="true" - android:background="@drawable/borderless_button" - android:src="@attr/navigation_up" /> + android:background="?attr/borderless_button" + android:src="?attr/navigation_up" /> + android:ellipsize="start" + android:scrollHorizontally="true" + android:singleLine="true" /> - @@ -60,6 +60,7 @@ android:key="prefAbout" android:title="@string/about_pref" /> + \ No newline at end of file -- cgit v1.2.3