mirror of
https://github.com/Team-xManager/xManager.git
synced 2024-11-23 12:06:43 +01:00
Update list_menu_4.xml
This commit is contained in:
parent
5318ff884d
commit
58446b0fdc
@ -6,7 +6,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
<LinearLayout
|
||||
android:id="@+id/box_cloned"
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user