diff options
author | xC3FFF0E <78732474+xC3FFF0E@users.noreply.github.com> | 2022-12-09 10:34:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 10:34:49 +0100 |
commit | 949210db19d843746d8fcb6c4f4cd3b756dc2671 (patch) | |
tree | 2d9efee9012d5637a41f363fa6925e6a7d1ee957 /app/src | |
parent | Update list_menu_4.xml (diff) | |
download | xManager-949210db19d843746d8fcb6c4f4cd3b756dc2671.tar xManager-949210db19d843746d8fcb6c4f4cd3b756dc2671.tar.gz xManager-949210db19d843746d8fcb6c4f4cd3b756dc2671.tar.bz2 xManager-949210db19d843746d8fcb6c4f4cd3b756dc2671.tar.lz xManager-949210db19d843746d8fcb6c4f4cd3b756dc2671.tar.xz xManager-949210db19d843746d8fcb6c4f4cd3b756dc2671.tar.zst xManager-949210db19d843746d8fcb6c4f4cd3b756dc2671.zip |
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/res/layout/list_menu_5.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/app/src/main/res/layout/list_menu_5.xml b/app/src/main/res/layout/list_menu_5.xml index 46d3931..8f18dfa 100644 --- a/app/src/main/res/layout/list_menu_5.xml +++ b/app/src/main/res/layout/list_menu_5.xml @@ -6,7 +6,7 @@ android:layout_height="match_parent"
android:orientation="vertical">
<LinearLayout
- android:id="@+id/box_lite"
+ android:id="@+id/box"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="10dp"
@@ -48,4 +48,12 @@ android:padding="8dp"
android:textSize="12sp"
android:textColor="#000000" />
+ <TextView
+ android:id="@+id/mirror"
+ android:focusable="false"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:padding="8dp"
+ android:textSize="12sp"
+ android:textColor="#000000" />
</LinearLayout>
|