summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com>2021-04-10 21:52:29 +0200
committerGitHub <noreply@github.com>2021-04-10 21:52:29 +0200
commit43aeb7ad022e9e98c21c92f9d61e4f2d1640db73 (patch)
tree5db509030be44c8cb37162e038995a1f3761915f
parentUpdate README.md (diff)
downloadxManager-43aeb7ad022e9e98c21c92f9d61e4f2d1640db73.tar
xManager-43aeb7ad022e9e98c21c92f9d61e4f2d1640db73.tar.gz
xManager-43aeb7ad022e9e98c21c92f9d61e4f2d1640db73.tar.bz2
xManager-43aeb7ad022e9e98c21c92f9d61e4f2d1640db73.tar.lz
xManager-43aeb7ad022e9e98c21c92f9d61e4f2d1640db73.tar.xz
xManager-43aeb7ad022e9e98c21c92f9d61e4f2d1640db73.tar.zst
xManager-43aeb7ad022e9e98c21c92f9d61e4f2d1640db73.zip
-rw-r--r--app/src/main/res/layout/main.xml74
1 files changed, 74 insertions, 0 deletions
diff --git a/app/src/main/res/layout/main.xml b/app/src/main/res/layout/main.xml
index 4fa02b0..6b7e6ad 100644
--- a/app/src/main/res/layout/main.xml
+++ b/app/src/main/res/layout/main.xml
@@ -136,6 +136,15 @@
android:textColor="#000000"
android:alpha="0.0"/>
<TextView
+ android:id="@+id/maintenance_desc"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:padding="8dp"
+ android:text="xManager is currently unavailable right now. Kindly check the application later."
+ android:textSize="12sp"
+ android:textColor="#000000"
+ android:alpha="0.0"/>
+ <TextView
android:id="@+id/copy_url_desc"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -145,6 +154,24 @@
android:textColor="#000000"
android:alpha="0.0"/>
<TextView
+ android:id="@+id/maintenance"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:padding="8dp"
+ android:text="MAINTENANCE"
+ android:textSize="12sp"
+ android:textColor="#000000"
+ android:alpha="0.0"/>
+ <TextView
+ android:id="@+id/thanks"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:padding="8dp"
+ android:text="THANKS!"
+ android:textSize="12sp"
+ android:textColor="#000000"
+ android:alpha="0.0"/>
+ <TextView
android:id="@+id/main_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -1212,6 +1239,36 @@
android:textColor="#000000"/>
</LinearLayout>
</LinearLayout>
+ <LinearLayout
+ android:id="@+id/box_lang_12"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+ <TextView
+ android:id="@+id/lang_13"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingTop="8dp"
+ android:paddingRight="8dp"
+ android:paddingBottom="8dp"
+ android:text="TURKISH"
+ android:textSize="12sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
+ <LinearLayout
+ android:id="@+id/lang_13_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_13_switch"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textSize="12sp"
+ android:textColor="#000000"/>
+ </LinearLayout>
+ </LinearLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout
@@ -1777,6 +1834,23 @@
android:textSize="14sp"
android:textStyle="bold"
android:textColor="#FFFFFF"/>
+ <TextView
+ android:id="@+id/manager_lang_12"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Turkish Translation"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFEB3B"/>
+ <TextView
+ android:id="@+id/translator_12"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingBottom="5dp"
+ android:text="Berkay"
+ android:textSize="14sp"
+ android:textStyle="bold"
+ android:textColor="#FFFFFF"/>
</LinearLayout>
</LinearLayout>
<LinearLayout