mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-14 21:45:14 -05:00
18 lines
632 B
XML
18 lines
632 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<merge xmlns:android="http://schemas.android.com/apk/res/android" >
|
||
|
|
||
|
<Button
|
||
|
style="?android:attr/spinnerStyle"
|
||
|
android:layout_width="0dip"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_weight="1" />
|
||
|
|
||
|
<ImageButton
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="match_parent"
|
||
|
android:background="?android:attr/selectableItemBackground"
|
||
|
android:contentDescription="@string/client_certificate_spinner_delete"
|
||
|
android:padding="8dp"
|
||
|
android:src="@drawable/ic_action_cancel_light" />
|
||
|
|
||
|
</merge>
|