show only a single trust id icon
This commit is contained in:
@@ -14,6 +14,13 @@
|
||||
android:focusable="false"
|
||||
tools:layout_marginTop="30dp">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_margin="4dp"
|
||||
android:id="@+id/key_list_item_tid_icon"
|
||||
tools:src="@drawable/apps_k9" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/key_list_item_data"
|
||||
android:layout_width="0dip"
|
||||
@@ -55,19 +62,6 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="horizontal"
|
||||
android:id="@+id/key_list_item_tid_icon"
|
||||
android:gravity="center_vertical">
|
||||
|
||||
<!--
|
||||
<include layout="@layout/trust_id_icon" />
|
||||
-->
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/key_list_item_slinger_view"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user