forked from extern/Unexpected-Keyboard
9 lines
661 B
XML
9 lines
661 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
|
|
<TextView android:id="@+id/clipboard_entry_text" style="@style/clipboardEntry"/>
|
|
<LinearLayout style="@style/clipboardEntryButtons">
|
|
<View android:id="@+id/clipboard_entry_addpin" style="@style/clipboardEntryButton" android:background="@drawable/ic_clipboard_save"/>
|
|
<View android:id="@+id/clipboard_entry_removehist" style="@style/clipboardEntryButton" android:background="@drawable/ic_delete"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|