mirror of https://github.com/ThmmyNoLife/mTHMMY
Thodoris1999
6 years ago
3 changed files with 85 additions and 21 deletions
@ -1,21 +1,83 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||
<LinearLayout |
<ScrollView |
||||
xmlns:android="http://schemas.android.com/apk/res/android" |
xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:orientation="vertical" |
|
||||
android:layout_width="wrap_content" |
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content"> |
android:layout_height="wrap_content"> |
||||
<TextView android:id="@+id/black" android:text="@string/black" style="@style/PopupMenuItem.TopItem"/> |
|
||||
<TextView android:id="@+id/red" android:text="@string/red" style="@style/PopupMenuItem"/> |
<LinearLayout |
||||
<TextView android:id="@+id/yellow" android:text="@string/yellow" style="@style/PopupMenuItem"/> |
xmlns:android="http://schemas.android.com/apk/res/android" |
||||
<TextView android:id="@+id/pink" android:text="@string/pink" style="@style/PopupMenuItem"/> |
android:layout_width="wrap_content" |
||||
<TextView android:id="@+id/green" android:text="@string/green" style="@style/PopupMenuItem"/> |
android:layout_height="wrap_content" |
||||
<TextView android:id="@+id/orange" android:text="@string/orange" style="@style/PopupMenuItem"/> |
android:orientation="vertical"> |
||||
<TextView android:id="@+id/purple" android:text="@string/purple" style="@style/PopupMenuItem"/> |
|
||||
<TextView android:id="@+id/blue" android:text="@string/blue" style="@style/PopupMenuItem"/> |
<TextView |
||||
<TextView android:id="@+id/beige" android:text="@string/beige" style="@style/PopupMenuItem"/> |
android:id="@+id/black" |
||||
<TextView android:id="@+id/brown" android:text="@string/brown" style="@style/PopupMenuItem"/> |
style="@style/PopupMenuItem.TopItem" |
||||
<TextView android:id="@+id/teal" android:text="@string/teal" style="@style/PopupMenuItem"/> |
android:text="@string/black" /> |
||||
<TextView android:id="@+id/navy" android:text="@string/navy" style="@style/PopupMenuItem"/> |
|
||||
<TextView android:id="@+id/maroon" android:text="@string/maroon" style="@style/PopupMenuItem"/> |
<TextView |
||||
<TextView android:id="@+id/lime_green" android:text="@string/lime_green" style="@style/PopupMenuItem.BottomItem"/> |
android:id="@+id/red" |
||||
|
style="@style/PopupMenuItem" |
||||
|
android:text="@string/red" /> |
||||
|
|
||||
|
<TextView |
||||
|
android:id="@+id/yellow" |
||||
|
style="@style/PopupMenuItem" |
||||
|
android:text="@string/yellow" /> |
||||
|
|
||||
|
<TextView |
||||
|
android:id="@+id/pink" |
||||
|
style="@style/PopupMenuItem" |
||||
|
android:text="@string/pink" /> |
||||
|
|
||||
|
<TextView |
||||
|
android:id="@+id/green" |
||||
|
style="@style/PopupMenuItem" |
||||
|
android:text="@string/green" /> |
||||
|
|
||||
|
<TextView |
||||
|
android:id="@+id/orange" |
||||
|
style="@style/PopupMenuItem" |
||||
|
android:text="@string/orange" /> |
||||
|
|
||||
|
<TextView |
||||
|
android:id="@+id/purple" |
||||
|
style="@style/PopupMenuItem" |
||||
|
android:text="@string/purple" /> |
||||
|
|
||||
|
<TextView |
||||
|
android:id="@+id/blue" |
||||
|
style="@style/PopupMenuItem" |
||||
|
android:text="@string/blue" /> |
||||
|
|
||||
|
<TextView |
||||
|
android:id="@+id/beige" |
||||
|
style="@style/PopupMenuItem" |
||||
|
android:text="@string/beige" /> |
||||
|
|
||||
|
<TextView |
||||
|
android:id="@+id/brown" |
||||
|
style="@style/PopupMenuItem" |
||||
|
android:text="@string/brown" /> |
||||
|
|
||||
|
<TextView |
||||
|
android:id="@+id/teal" |
||||
|
style="@style/PopupMenuItem" |
||||
|
android:text="@string/teal" /> |
||||
|
|
||||
|
<TextView |
||||
|
android:id="@+id/navy" |
||||
|
style="@style/PopupMenuItem" |
||||
|
android:text="@string/navy" /> |
||||
|
|
||||
|
<TextView |
||||
|
android:id="@+id/maroon" |
||||
|
style="@style/PopupMenuItem" |
||||
|
android:text="@string/maroon" /> |
||||
|
|
||||
|
<TextView |
||||
|
android:id="@+id/lime_green" |
||||
|
style="@style/PopupMenuItem.BottomItem" |
||||
|
android:text="@string/lime_green" /> |
||||
</LinearLayout> |
</LinearLayout> |
||||
|
</ScrollView> |
Loading…
Reference in new issue