|
45 | 45 | android:id="@+id/operation_mode_group" |
46 | 46 | app:selectionRequired="true" |
47 | 47 | app:singleSelection="true" |
48 | | - app:checkedButton="@+id/piped_toggle_group_button" |
| 48 | + app:checkedButton="@+id/full_local_mode_toggle_group_button" |
49 | 49 | android:layout_width="wrap_content" |
50 | 50 | android:layout_height="wrap_content" |
51 | 51 | android:layout_gravity="center" |
52 | 52 | android:layout_marginBottom="10dp"> |
53 | 53 |
|
54 | 54 | <com.google.android.material.button.MaterialButton |
55 | | - android:id="@+id/piped_toggle_group_button" |
| 55 | + android:id="@+id/full_local_mode_toggle_group_button" |
56 | 56 | style="?attr/materialButtonOutlinedStyle" |
57 | 57 | android:layout_width="match_parent" |
58 | 58 | android:layout_height="wrap_content" |
59 | | - android:text="@string/piped" /> |
| 59 | + android:text="@string/full_local_mode" /> |
60 | 60 |
|
61 | 61 | <com.google.android.material.button.MaterialButton |
62 | | - android:id="@+id/full_local_mode_toggle_group_button" |
| 62 | + android:id="@+id/piped_toggle_group_button" |
63 | 63 | style="?attr/materialButtonOutlinedStyle" |
64 | 64 | android:layout_width="match_parent" |
65 | 65 | android:layout_height="wrap_content" |
66 | | - android:text="@string/full_local_mode" /> |
| 66 | + android:text="@string/piped" /> |
67 | 67 |
|
68 | 68 | </com.google.android.material.button.MaterialButtonToggleGroup> |
69 | 69 |
|
70 | 70 | <LinearLayout |
| 71 | + android:id="@+id/local_mode_info_container" |
| 72 | + android:layout_width="match_parent" |
| 73 | + android:layout_height="wrap_content" |
| 74 | + android:orientation="vertical" |
| 75 | + android:paddingHorizontal="10dp"> |
| 76 | + |
| 77 | + <TextView |
| 78 | + android:layout_width="match_parent" |
| 79 | + android:layout_height="wrap_content" |
| 80 | + android:text="@string/full_local_mode_desc" /> |
| 81 | + |
| 82 | + </LinearLayout> |
| 83 | + |
| 84 | + <LinearLayout |
| 85 | + tools:visibility="gone" |
71 | 86 | android:id="@+id/instances_container" |
72 | 87 | android:layout_width="match_parent" |
73 | 88 | android:layout_height="wrap_content" |
|
93 | 108 | tools:listitem="@layout/instance_row" /> |
94 | 109 |
|
95 | 110 | </LinearLayout> |
96 | | - |
97 | | - <LinearLayout |
98 | | - android:visibility="gone" |
99 | | - android:id="@+id/local_mode_info_container" |
100 | | - android:layout_width="match_parent" |
101 | | - android:layout_height="wrap_content" |
102 | | - android:orientation="vertical" |
103 | | - android:paddingHorizontal="10dp"> |
104 | | - |
105 | | - <TextView |
106 | | - android:layout_width="match_parent" |
107 | | - android:layout_height="wrap_content" |
108 | | - android:text="@string/full_local_mode_desc" /> |
109 | | - |
110 | | - </LinearLayout> |
111 | 111 | </LinearLayout> |
112 | 112 |
|
113 | 113 | <FrameLayout |
|
0 commit comments