diff options
Diffstat (limited to 'app/src/main/res/layout/iitem_context_menu.xml')
-rw-r--r-- | app/src/main/res/layout/iitem_context_menu.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/layout/iitem_context_menu.xml b/app/src/main/res/layout/iitem_context_menu.xml new file mode 100644 index 00000000..30bd3034 --- /dev/null +++ b/app/src/main/res/layout/iitem_context_menu.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<TextView xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/item_context_text" + android:layout_width="match_parent" + android:layout_height="@dimen/context_menu_height" + android:gravity="center_vertical" + android:padding="@dimen/kau_padding_normal" />
\ No newline at end of file |