Settings tweaks
Change-Id: I68829fa8e49534d4635a008c94dced3c7ab6f4b1 Fixes: 27834471 Fixes: 27834626 Fixes: 27567838 Fixes: 27834676
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
android:orientation="vertical"
|
||||
android:paddingStart="16dp"
|
||||
android:background="?android:attr/colorAccent"
|
||||
android:elevation="3dp"
|
||||
android:elevation="2dp"
|
||||
android:clickable="true">
|
||||
|
||||
<LinearLayout
|
||||
|
@@ -23,11 +23,6 @@
|
||||
android:background="@color/card_background"
|
||||
android:importantForAccessibility="noHideDescendants">
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:background="?android:attr/listDivider" />
|
||||
|
||||
<TextView android:id="@android:id/title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
@@ -16,4 +16,4 @@
|
||||
|
||||
<View xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="10dp" />
|
||||
android:layout_height="6dp" />
|
||||
|
Reference in New Issue
Block a user