2024-01-22 01:14:23 +01:00
|
|
|
<?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"/>
|
2024-06-16 20:42:40 +02:00
|
|
|
<LinearLayout style="@style/clipboardEntryButtons">
|
2024-06-16 23:07:41 +02:00
|
|
|
<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"/>
|
2024-06-16 20:42:40 +02:00
|
|
|
</LinearLayout>
|
2024-01-22 01:14:23 +01:00
|
|
|
</LinearLayout>
|