aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/linked_id_view_fragment.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-03-05 18:05:48 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2015-03-05 18:05:48 +0100
commita2419aa688afb61c02a1fcd4a8d1df46fdd97b5e (patch)
treea9c71b15629fcc4fefeb112d24475b011f3c58fc /OpenKeychain/src/main/res/layout/linked_id_view_fragment.xml
parent5d2c81d715cf1fd9ff23a8d1aa43fcfb58f7d099 (diff)
downloadopen-keychain-a2419aa688afb61c02a1fcd4a8d1df46fdd97b5e.tar.gz
open-keychain-a2419aa688afb61c02a1fcd4a8d1df46fdd97b5e.tar.bz2
open-keychain-a2419aa688afb61c02a1fcd4a8d1df46fdd97b5e.zip
work on LinkedIdViewFragment
Diffstat (limited to 'OpenKeychain/src/main/res/layout/linked_id_view_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/linked_id_view_fragment.xml27
1 files changed, 4 insertions, 23 deletions
diff --git a/OpenKeychain/src/main/res/layout/linked_id_view_fragment.xml b/OpenKeychain/src/main/res/layout/linked_id_view_fragment.xml
index c260a35d3..abd71416f 100644
--- a/OpenKeychain/src/main/res/layout/linked_id_view_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/linked_id_view_fragment.xml
@@ -29,28 +29,7 @@
android:layout_height="wrap_content"
android:text="Linked Identity" />
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
-
- <ImageView
- android:minHeight="?android:attr/listPreferredItemHeight"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:id="@+id/linked_id_type_icon"
- android:layout_marginLeft="14dp"
- android:layout_marginStart="14dp"
- android:src="@drawable/dns" />
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="14dp"
- android:layout_marginStart="14dp"
- android:text="This is a DNS linked identity~\nLorem ipsum\nmore text\neven more text\nyoooyoyo"
- android:layout_gravity="center_vertical" />
-
- </LinearLayout>
+ <include layout="@layout/linked_id_item" />
<LinearLayout
android:layout_width="match_parent"
@@ -65,11 +44,12 @@
style="?android:attr/borderlessButtonStyle" />
<Space
- android:layout_width="wrap_content"
+ android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1" />
<Button
+ android:id="@+id/button_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="View"
@@ -78,6 +58,7 @@
/>
<Button
+ android:id="@+id/verify_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Verify"