aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/linked_create_github_fragment.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-09-01 07:26:16 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-09-01 07:37:49 +0200
commit66b9c167d6115ffa36ec92dd4d196d0e452d695a (patch)
tree0d8cc07e5970fddca2a011d0d41e8dd484b54556 /OpenKeychain/src/main/res/layout/linked_create_github_fragment.xml
parent3e55fca0e5dcad792d821c3a20fc4c404083a124 (diff)
downloadopen-keychain-66b9c167d6115ffa36ec92dd4d196d0e452d695a.tar.gz
open-keychain-66b9c167d6115ffa36ec92dd4d196d0e452d695a.tar.bz2
open-keychain-66b9c167d6115ffa36ec92dd4d196d0e452d695a.zip
linked: update icon design of github l-id creation
Diffstat (limited to 'OpenKeychain/src/main/res/layout/linked_create_github_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/linked_create_github_fragment.xml34
1 files changed, 27 insertions, 7 deletions
diff --git a/OpenKeychain/src/main/res/layout/linked_create_github_fragment.xml b/OpenKeychain/src/main/res/layout/linked_create_github_fragment.xml
index 983d4efd5..be1f5e7a9 100644
--- a/OpenKeychain/src/main/res/layout/linked_create_github_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/linked_create_github_fragment.xml
@@ -15,17 +15,37 @@
android:padding="16dp"
android:orientation="vertical">
- <ImageView
+ <LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:layout_margin="8dp"
- android:src="@drawable/linked_github" />
+ android:layout_gravity="center_horizontal">
+
+ <ImageView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_margin="8dp"
+ android:src="@drawable/linked_github" />
+
+ <ImageView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
+ android:layout_margin="8dp"
+ android:src="@drawable/link_24dp" />
+
+ <ImageView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
+ android:layout_margin="8dp"
+ android:src="@drawable/account_key" />
+
+ </LinearLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
+ android:layout_marginTop="16dp"
android:layout_marginBottom="16dp"
android:text="This operation links your key to your GitHub account."
style="?android:textAppearanceSmall"/>
@@ -111,8 +131,8 @@
android:layout_marginTop="16dp"
android:layout_marginBottom="16dp"
style="?android:buttonBarButtonStyle"
- android:drawableLeft="@drawable/ic_person_add_grey_24dp"
- android:drawableStart="@drawable/ic_person_add_grey_24dp"
+ android:drawableLeft="@drawable/link_24dp"
+ android:drawableStart="@drawable/link_24dp"
android:drawablePadding="12dp"
android:text="Link to Github Account"
android:id="@+id/button_send"