diff options
Diffstat (limited to 'MetisForwarderAndroid/app/src/main/res/layout/spinner_layout.xml')
-rw-r--r-- | MetisForwarderAndroid/app/src/main/res/layout/spinner_layout.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MetisForwarderAndroid/app/src/main/res/layout/spinner_layout.xml b/MetisForwarderAndroid/app/src/main/res/layout/spinner_layout.xml new file mode 100644 index 00000000..c73af27b --- /dev/null +++ b/MetisForwarderAndroid/app/src/main/res/layout/spinner_layout.xml @@ -0,0 +1,8 @@ +<?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:textSize="24sp" + android:padding="5dp" + />
\ No newline at end of file |