aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/file_dialog.xml
diff options
context:
space:
mode:
authorDaniel Albert <albert_daniel@t-online.de>2014-06-29 13:21:33 +0200
committerDaniel Albert <albert_daniel@t-online.de>2014-06-29 13:21:33 +0200
commit4beff43a83eafd6f217304a51ec87e2242754f1c (patch)
treeced581f9bb4d1545a753e29302efeda1bbb575d7 /OpenKeychain/src/main/res/layout/file_dialog.xml
parente731dc139f71887d00f376ed627b1a155033a493 (diff)
downloadopen-keychain-4beff43a83eafd6f217304a51ec87e2242754f1c.tar.gz
open-keychain-4beff43a83eafd6f217304a51ec87e2242754f1c.tar.bz2
open-keychain-4beff43a83eafd6f217304a51ec87e2242754f1c.zip
Updated file_dialog to use the new buttons
Diffstat (limited to 'OpenKeychain/src/main/res/layout/file_dialog.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/file_dialog.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/OpenKeychain/src/main/res/layout/file_dialog.xml b/OpenKeychain/src/main/res/layout/file_dialog.xml
index 83d697001..dcf711679 100644
--- a/OpenKeychain/src/main/res/layout/file_dialog.xml
+++ b/OpenKeychain/src/main/res/layout/file_dialog.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
@@ -31,17 +30,15 @@
android:minLines="2"
android:scrollbars="vertical" />
- <com.beardedhen.androidbootstrap.BootstrapButton
+ <ImageButton
android:id="@+id/btn_browse"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_margin="4dp"
android:contentDescription="@string/filemanager_title_open"
- bootstrapbutton:bb_icon_left="fa-folder-open"
- bootstrapbutton:bb_roundedCorners="true"
- bootstrapbutton:bb_size="default"
- bootstrapbutton:bb_type="default" />
+ android:background="@drawable/button_rounded"
+ android:src="@drawable/ic_action_collection"/>
</LinearLayout>
<CheckBox