mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-17 14:25:08 -05:00
Move certify action down into actions section
This commit is contained in:
parent
a20e019d5e
commit
c7d5b09286
@ -28,11 +28,13 @@
|
|||||||
android:layout_marginBottom="4dp"
|
android:layout_marginBottom="4dp"
|
||||||
android:layout_weight="1" />
|
android:layout_weight="1" />
|
||||||
|
|
||||||
<View
|
<TextView
|
||||||
android:id="@+id/view_key_action_certify_divider"
|
style="@style/SectionHeader"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="1dip"
|
android:layout_height="0dp"
|
||||||
android:background="?android:attr/listDivider" />
|
android:layout_marginTop="14dp"
|
||||||
|
android:text="@string/section_actions"
|
||||||
|
android:layout_weight="1" />
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/view_key_action_certify"
|
android:id="@+id/view_key_action_certify"
|
||||||
@ -63,13 +65,11 @@
|
|||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<TextView
|
<View
|
||||||
style="@style/SectionHeader"
|
android:id="@+id/view_key_action_certify_divider"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="0dp"
|
android:layout_height="1dip"
|
||||||
android:layout_marginTop="14dp"
|
android:background="?android:attr/listDivider" />
|
||||||
android:text="@string/section_actions"
|
|
||||||
android:layout_weight="1" />
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/view_key_action_edit"
|
android:id="@+id/view_key_action_edit"
|
||||||
|
Loading…
Reference in New Issue
Block a user