diff options
| author | magh <magh@maghmogh.com> | 2024-11-22 15:54:21 +0900 |
|---|---|---|
| committer | magh <magh@maghmogh.com> | 2024-11-22 15:54:21 +0900 |
| commit | 241c94f7c9ea6e12b699c6b7ae181905f1d5d869 (patch) | |
| tree | b24d533e36b48ccd1d2ddd10edc637cb9194f16e /app/build/intermediates/packaged_res/debug/layout/menu_item.xml | |
Diffstat (limited to 'app/build/intermediates/packaged_res/debug/layout/menu_item.xml')
| -rw-r--r-- | app/build/intermediates/packaged_res/debug/layout/menu_item.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/build/intermediates/packaged_res/debug/layout/menu_item.xml b/app/build/intermediates/packaged_res/debug/layout/menu_item.xml new file mode 100644 index 0000000..6ed7cfa --- /dev/null +++ b/app/build/intermediates/packaged_res/debug/layout/menu_item.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<TextView + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:textColor="#FFFFFF" + android:paddingStart="16dp" + android:paddingEnd="16dp" + android:paddingTop="8dp" + android:paddingBottom="8dp" + android:textSize="20sp" + android:id="@+id/text_view" + android:background="@drawable/menu_item_background"/> |
