Merge "Settings tweaks" into nyc-dev

am: db3fcfb

* commit 'db3fcfb7cb652c0afdd093e2ec9f387dc01b7819':
  Settings tweaks

Change-Id: Ibc9882219ad819cd516bf3c1ce7ce556b36ad9e6
This commit is contained in:
Jason Monk
2016-04-09 00:32:15 +00:00
committed by android-build-merger
10 changed files with 84 additions and 12 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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" />