|
@@ -1,7 +1,6 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/guest_access_settings"
|
|
android:id="@+id/guest_access_settings"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -73,7 +72,7 @@
|
|
android:background="?android:attr/selectableItemBackground">
|
|
android:background="?android:attr/selectableItemBackground">
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
+ android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|