aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/layout/api_app_settings_fragment.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-01-09 17:02:49 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-01-09 17:02:49 +0100
commit10715f7acee9620e8a27b62f1600ee4bcbae1ccd (patch)
treea0259c601e5b59047c3d09b738d0c943aa1ec189 /OpenPGP-Keychain/res/layout/api_app_settings_fragment.xml
parent2162c85c125a2155f29ddcd436d36ff9a472c3d7 (diff)
downloadopen-keychain-10715f7acee9620e8a27b62f1600ee4bcbae1ccd.tar.gz
open-keychain-10715f7acee9620e8a27b62f1600ee4bcbae1ccd.tar.bz2
open-keychain-10715f7acee9620e8a27b62f1600ee4bcbae1ccd.zip
add experimental drawer navigation
Diffstat (limited to 'OpenPGP-Keychain/res/layout/api_app_settings_fragment.xml')
-rw-r--r--OpenPGP-Keychain/res/layout/api_app_settings_fragment.xml18
1 files changed, 14 insertions, 4 deletions
diff --git a/OpenPGP-Keychain/res/layout/api_app_settings_fragment.xml b/OpenPGP-Keychain/res/layout/api_app_settings_fragment.xml
index a40444e0f..a88d7afd2 100644
--- a/OpenPGP-Keychain/res/layout/api_app_settings_fragment.xml
+++ b/OpenPGP-Keychain/res/layout/api_app_settings_fragment.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
@@ -41,12 +42,16 @@
android:layout_height="wrap_content"
android:orientation="horizontal" >
- <Button
+ <com.beardedhen.androidbootstrap.BootstrapButton
android:id="@+id/api_app_settings_select_key_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
- android:text="@string/api_settings_select_key" />
+ android:layout_margin="4dp"
+ android:text="@string/api_settings_select_key"
+ bootstrapbutton:bb_icon_left="fa-key"
+ bootstrapbutton:bb_size="default"
+ bootstrapbutton:bb_type="default" />
<LinearLayout
android:layout_width="match_parent"
@@ -76,11 +81,16 @@
</LinearLayout>
</LinearLayout>
- <Button
+ <com.beardedhen.androidbootstrap.BootstrapButton
android:id="@+id/api_app_settings_advanced_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="@string/api_settings_show_advanced" />
+ android:layout_gravity="center_vertical"
+ android:layout_margin="4dp"
+ android:text="@string/api_settings_show_advanced"
+ bootstrapbutton:bb_icon_left="fa-caret-up"
+ bootstrapbutton:bb_size="default"
+ bootstrapbutton:bb_type="default" />
<LinearLayout
android:id="@+id/api_app_settings_advanced"