summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com>2021-04-10 13:55:29 +0200
committerGitHub <noreply@github.com>2021-04-10 13:55:29 +0200
commitb75ede00f07671ebe396180e9dcf19a3ab95e3e1 (patch)
tree6a31cbcb7a07992bb42b0d107a93aa4800e45d9a
parentAdd files via upload (diff)
downloadxManager-b75ede00f07671ebe396180e9dcf19a3ab95e3e1.tar
xManager-b75ede00f07671ebe396180e9dcf19a3ab95e3e1.tar.gz
xManager-b75ede00f07671ebe396180e9dcf19a3ab95e3e1.tar.bz2
xManager-b75ede00f07671ebe396180e9dcf19a3ab95e3e1.tar.lz
xManager-b75ede00f07671ebe396180e9dcf19a3ab95e3e1.tar.xz
xManager-b75ede00f07671ebe396180e9dcf19a3ab95e3e1.tar.zst
xManager-b75ede00f07671ebe396180e9dcf19a3ab95e3e1.zip
-rw-r--r--app/src/main/res/layout/main.xml622
1 files changed, 615 insertions, 7 deletions
diff --git a/app/src/main/res/layout/main.xml b/app/src/main/res/layout/main.xml
index 3984e44..4fa02b0 100644
--- a/app/src/main/res/layout/main.xml
+++ b/app/src/main/res/layout/main.xml
@@ -806,6 +806,415 @@
</LinearLayout>
</LinearLayout>
<LinearLayout
+ android:id="@+id/main_box_14"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="10dp"
+ android:layout_marginTop="10dp"
+ android:layout_marginRight="10dp"
+ android:padding="10dp"
+ android:background="#212121"
+ android:orientation="vertical">
+ <LinearLayout
+ android:id="@+id/box_14_sub_1"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+ <TextView
+ android:id="@+id/language"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:padding="8dp"
+ android:text="LANGUAGE"
+ android:textSize="12sp"
+ android:textStyle="bold"
+ android:textColor="#1DB954"/>
+ <LinearLayout
+ android:id="@+id/box_language_switch"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="right|center_vertical"
+ android:orientation="horizontal">
+ <Switch
+ android:id="@+id/language_switch"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="12sp"
+ android:textColor="#000000"/>
+ </LinearLayout>
+ </LinearLayout>
+ <LinearLayout
+ android:id="@+id/box_14_sub_2"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:paddingLeft="8dp"
+ android:paddingTop="8dp"
+ android:paddingBottom="8dp"
+ android:orientation="vertical">
+ <LinearLayout
+ android:id="@+id/box_lang_0"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="5dp"
+ android:orientation="horizontal">
+ <TextView
+ android:id="@+id/lang_1"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingTop="8dp"
+ android:paddingRight="8dp"
+ android:paddingBottom="8dp"
+ android:text="BENGALI"
+ android:textSize="12sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <LinearLayout
+ android:id="@+id/lang_1_switch_box"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="right|center_vertical"
+ android:orientation="horizontal">
+ <Switch
+ android:id="@+id/lang_1_switch"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="12sp"
+ android:textColor="#000000"/>
+ </LinearLayout>
+ </LinearLayout>
+ <LinearLayout
+ android:id="@+id/box_lang_1"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+ <TextView
+ android:id="@+id/lang_2"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingTop="8dp"
+ android:paddingRight="8dp"
+ android:paddingBottom="8dp"
+ android:text="CHINESE (SIMPLIFIED)"
+ android:textSize="12sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <LinearLayout
+ android:id="@+id/lang_2_switch_box"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="right|center_vertical"
+ android:orientation="horizontal">
+ <Switch
+ android:id="@+id/lang_2_switch"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="12sp"
+ android:textColor="#000000"/>
+ </LinearLayout>
+ </LinearLayout>
+ <LinearLayout
+ android:id="@+id/box_lang_2"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+ <TextView
+ android:id="@+id/lang_3"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingTop="8dp"
+ android:paddingRight="8dp"
+ android:paddingBottom="8dp"
+ android:text="FRENCH"
+ android:textSize="12sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <LinearLayout
+ android:id="@+id/lang_3_switch_box"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="right|center_vertical"
+ android:orientation="horizontal">
+ <Switch
+ android:id="@+id/lang_3_switch"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="12sp"
+ android:textColor="#000000"/>
+ </LinearLayout>
+ </LinearLayout>
+ <LinearLayout
+ android:id="@+id/box_lang_3"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+ <TextView
+ android:id="@+id/lang_4"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingTop="8dp"
+ android:paddingRight="8dp"
+ android:paddingBottom="8dp"
+ android:text="GREEK"
+ android:textSize="12sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <LinearLayout
+ android:id="@+id/lang_4_switch_box"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="right|center_vertical"
+ android:orientation="horizontal">
+ <Switch
+ android:id="@+id/lang_4_switch"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="12sp"
+ android:textColor="#000000"/>
+ </LinearLayout>
+ </LinearLayout>
+ <LinearLayout
+ android:id="@+id/box_lang_4"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+ <TextView
+ android:id="@+id/lang_5"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingTop="8dp"
+ android:paddingRight="8dp"
+ android:paddingBottom="8dp"
+ android:text="INDONESIAN"
+ android:textSize="12sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <LinearLayout
+ android:id="@+id/lang_5_switch_box"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="right|center_vertical"
+ android:orientation="horizontal">
+ <Switch
+ android:id="@+id/lang_5_switch"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="12sp"
+ android:textColor="#000000"/>
+ </LinearLayout>
+ </LinearLayout>
+ <LinearLayout
+ android:id="@+id/box_lang_5"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+ <TextView
+ android:id="@+id/lang_6"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingTop="8dp"
+ android:paddingRight="8dp"
+ android:paddingBottom="8dp"
+ android:text="ITALIAN"
+ android:textSize="12sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <LinearLayout
+ android:id="@+id/lang_6_switch_box"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="right|center_vertical"
+ android:orientation="horizontal">
+ <Switch
+ android:id="@+id/lang_6_switch"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="12sp"
+ android:textColor="#000000"/>
+ </LinearLayout>
+ </LinearLayout>
+ <LinearLayout
+ android:id="@+id/box_lang_6"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+ <TextView
+ android:id="@+id/lang_7"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingTop="8dp"
+ android:paddingRight="8dp"
+ android:paddingBottom="8dp"
+ android:text="POLISH"
+ android:textSize="12sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <LinearLayout
+ android:id="@+id/lang_7_switch_box"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="right|center_vertical"
+ android:orientation="horizontal">
+ <Switch
+ android:id="@+id/lang_7_switch"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="12sp"
+ android:textColor="#000000"/>
+ </LinearLayout>
+ </LinearLayout>
+ <LinearLayout
+ android:id="@+id/box_lang_7"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+ <TextView
+ android:id="@+id/lang_8"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingTop="8dp"
+ android:paddingRight="8dp"
+ android:paddingBottom="8dp"
+ android:text="PORTUGUESE (BRAZIL)"
+ android:textSize="12sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <LinearLayout
+ android:id="@+id/lang_8_switch_box"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="right|center_vertical"
+ android:orientation="horizontal">
+ <Switch
+ android:id="@+id/lang_8_switch"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="12sp"
+ android:textColor="#000000"/>
+ </LinearLayout>
+ </LinearLayout>
+ <LinearLayout
+ android:id="@+id/box_lang_8"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+ <TextView
+ android:id="@+id/lang_9"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingTop="8dp"
+ android:paddingRight="8dp"
+ android:paddingBottom="8dp"
+ android:text="PORTUGUESE (PORTUGAL)"
+ android:textSize="12sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <LinearLayout
+ android:id="@+id/lang_9_switch_box"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="right|center_vertical"
+ android:orientation="horizontal">
+ <Switch
+ android:id="@+id/lang_9_switch"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="12sp"
+ android:textColor="#000000"/>
+ </LinearLayout>
+ </LinearLayout>
+ <LinearLayout
+ android:id="@+id/box_lang_9"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+ <TextView
+ android:id="@+id/lang_10"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingTop="8dp"
+ android:paddingRight="8dp"
+ android:paddingBottom="8dp"
+ android:text="RUSSIAN"
+ android:textSize="12sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <LinearLayout
+ android:id="@+id/lang_10_switch_box"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="right|center_vertical"
+ android:orientation="horizontal">
+ <Switch
+ android:id="@+id/lang_10_switch"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="12sp"
+ android:textColor="#000000"/>
+ </LinearLayout>
+ </LinearLayout>
+ <LinearLayout
+ android:id="@+id/box_lang_10"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+ <TextView
+ android:id="@+id/lang_11"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingTop="8dp"
+ android:paddingRight="8dp"
+ android:paddingBottom="8dp"
+ android:text="SPANISH"
+ android:textSize="12sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <LinearLayout
+ android:id="@+id/lang_11_switch_box"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="right|center_vertical"
+ android:orientation="horizontal">
+ <Switch
+ android:id="@+id/lang_11_switch"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="12sp"
+ android:textColor="#000000"/>
+ </LinearLayout>
+ </LinearLayout>
+ <LinearLayout
+ android:id="@+id/box_lang_11"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+ <TextView
+ android:id="@+id/lang_12"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingTop="8dp"
+ android:paddingRight="8dp"
+ android:paddingBottom="8dp"
+ android:text="UKRAINIAN"
+ android:textSize="12sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <LinearLayout
+ android:id="@+id/lang_12_switch_box"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="right|center_vertical"
+ android:orientation="horizontal">
+ <Switch
+ android:id="@+id/lang_12_switch"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="12sp"
+ android:textColor="#000000"/>
+ </LinearLayout>
+ </LinearLayout>
+ </LinearLayout>
+ </LinearLayout>
+ <LinearLayout
android:id="@+id/main_box_9"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -1111,7 +1520,7 @@
android:paddingLeft="8dp"
android:paddingRight="8dp"
android:paddingBottom="8dp"
- android:text="meech\ncooldude69\nroosphx\nSherlock Holmes"
+ android:text="meech\njuznem\nroosphx\nSherlock Holmes"
android:textSize="14sp"
android:textStyle="bold"
android:textColor="#FFFFFF"/>
@@ -1142,7 +1551,27 @@
android:paddingLeft="8dp"
android:paddingRight="8dp"
android:paddingBottom="8dp"
- android:text="RishavG\nmeech\njetfire\nSherlock Holmes\nWu Tang Clam\nZach\naha\n100RABH\ncooldude69\nTunelover (Mobilism)"
+ android:text="RishavG\nmeech\njetfire\nSherlock Holmes\nWu Tang Clam\nZach\naha\n100RABH\njuznem\nTunelover (Mobilism)"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <TextView
+ android:id="@+id/mod_testers_2"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:padding="8dp"
+ android:text="Manager's Hosting Links"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#1DB954"/>
+ <TextView
+ android:id="@+id/testers_2"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingLeft="8dp"
+ android:paddingRight="8dp"
+ android:paddingBottom="8dp"
+ android:text="jetfire\nWu Tang Clam"
android:textSize="14sp"
android:textStyle="bold"
android:textColor="#FFFFFF"/>
@@ -1153,19 +1582,198 @@
android:padding="8dp"
android:orientation="vertical">
<TextView
- android:id="@+id/mod_testers_2"
+ android:id="@+id/manager_translator"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:paddingBottom="8dp"
- android:text="Manager's Hosting Links"
+ android:layout_marginBottom="8dp"
+ android:text="Manager Translators"
android:textSize="14sp"
android:textStyle="bold"
android:textColor="#1DB954"/>
<TextView
- android:id="@+id/testers_2"
+ android:id="@+id/manager_lang_1"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Bengali Translation"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFEB3B"/>
+ <TextView
+ android:id="@+id/translator_1"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingBottom="5dp"
+ android:text="0V3R5!9H7"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <TextView
+ android:id="@+id/manager_lang_2"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Chinese (Simplified) Translation"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFEB3B"/>
+ <TextView
+ android:id="@+id/translator_2"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingBottom="5dp"
+ android:text="Gent G"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <TextView
+ android:id="@+id/manager_lang_3"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="French Translation"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFEB3B"/>
+ <TextView
+ android:id="@+id/translator_3"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingBottom="5dp"
+ android:text="The Punisher"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <TextView
+ android:id="@+id/manager_lang_4"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Greek Translation"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFEB3B"/>
+ <TextView
+ android:id="@+id/translator_4"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingBottom="5dp"
+ android:text="Walter's Cousin #CAF"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <TextView
+ android:id="@+id/manager_lang_5"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Indonesian Translation"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFEB3B"/>
+ <TextView
+ android:id="@+id/translator_5"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingBottom="5dp"
+ android:text="Mc. J\nDeraidos"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <TextView
+ android:id="@+id/manager_lang_6"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Italian Translation"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFEB3B"/>
+ <TextView
+ android:id="@+id/translator_6"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingBottom="5dp"
+ android:text="Marco"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <TextView
+ android:id="@+id/manager_lang_7"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Portuguese (Brazil) Translation"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFEB3B"/>
+ <TextView
+ android:id="@+id/translator_7"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingBottom="5dp"
+ android:text="Loui's™"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <TextView
+ android:id="@+id/manager_lang_8"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Portuguese (Portugal) Translation"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFEB3B"/>
+ <TextView
+ android:id="@+id/translator_8"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingBottom="5dp"
+ android:text="Androide323"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <TextView
+ android:id="@+id/manager_lang_9"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Russian Translation"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFEB3B"/>
+ <TextView
+ android:id="@+id/translator_9"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingBottom="5dp"
+ android:text="Pegioner"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <TextView
+ android:id="@+id/manager_lang_10"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Spanish (Spain) Translation"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFEB3B"/>
+ <TextView
+ android:id="@+id/translator_10"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingBottom="5dp"
+ android:text="PetFix"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <TextView
+ android:id="@+id/manager_lang_11"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Ukrainian Translation"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFEB3B"/>
+ <TextView
+ android:id="@+id/translator_11"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="jetfire\nWu Tang Clam"
+ android:paddingBottom="5dp"
+ android:text="NIKITA🇺🇦[beryllium] #PocoForEver"
android:textSize="14sp"
android:textStyle="bold"
android:textColor="#FFFFFF"/>