mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-02-24 07:21:49 -05:00
small changes for performance
This commit is contained in:
parent
c08fe2b50d
commit
ef8506fc26
@ -59,8 +59,7 @@
|
|||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical">
|
||||||
android:animateLayoutChanges="true">
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
style="@style/CardViewHeader"
|
style="@style/CardViewHeader"
|
||||||
@ -90,7 +89,9 @@
|
|||||||
android:text="@string/linked_ids_more_unknown"
|
android:text="@string/linked_ids_more_unknown"
|
||||||
android:paddingLeft="8dp"
|
android:paddingLeft="8dp"
|
||||||
android:paddingRight="8dp"
|
android:paddingRight="8dp"
|
||||||
android:background="?android:selectableItemBackground" />
|
android:background="?android:selectableItemBackground"
|
||||||
|
android:visibility="gone"
|
||||||
|
/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user