This commit is contained in:
Oizaro 2020-08-10 23:42:23 +02:00
parent 503288160a
commit 953da395c2
2 changed files with 6 additions and 5 deletions

View File

@ -17,7 +17,8 @@
--> -->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:clipChildren="false" android:clipChildren="false"
android:layout_marginBottom="0.25dp" android:layout_marginBottom="0.25dp"
@ -49,7 +50,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginEnd="36dp" android:layout_marginEnd="36dp"
android:layout_marginRight="36dp" android:layout_marginRight="36dp"
android:tint="?android:attr/textColorPrimaryInverse"/> app:tint="?android:attr/textColorPrimaryInverse" />
<TextView <TextView
android:id="@android:id/title" android:id="@android:id/title"
@ -69,7 +70,7 @@
android:focusable="true" android:focusable="true"
android:padding="16dp" android:padding="16dp"
android:src="@drawable/ic_expand_more" android:src="@drawable/ic_expand_more"
android:tint="?android:attr/textColorPrimaryInverse"/> app:tint="?android:attr/textColorPrimaryInverse" />
</LinearLayout> </LinearLayout>

View File

@ -95,13 +95,13 @@
android:visibility="invisible"> android:visibility="invisible">
</TextView> </TextView>
<androidx.legacy.widget.Space <View
android:id="@*android:id/spacer" android:id="@*android:id/spacer"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="0dp" android:layout_height="0dp"
android:layout_weight="1" android:layout_weight="1"
android:visibility="invisible"> android:visibility="invisible">
</androidx.legacy.widget.Space> </View>
<Button <Button
android:id="@+id/permission_deny_button" android:id="@+id/permission_deny_button"