1
0
Fork 0

For #12086: Follow ux mock on Settings --> Customize screen (#12324)

Co-authored-by: Hakkı Kaan Çalışkan <caliskanhkaan@gmail.com>
master
Emily Kager 2020-07-06 15:25:54 -04:00 committed by GitHub
parent da39a7e671
commit 90f43bf350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

View File

@ -1,13 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@android:id/title"
style="?android:attr/listViewStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="?android:attr/listViewStyle"
android:layout_marginTop="16dp"
android:textAlignment="viewStart"
android:layout_marginStart="72dp"
android:layout_marginTop="16dp"
android:gravity="start|center_vertical"
app:fontFamily="@font/metropolis_semibold"
android:id="@android:id/title" />
android:textAlignment="viewStart"
app:fontFamily="@font/metropolis_semibold" />

View File

@ -29,6 +29,7 @@
<TextView
android:id="@+id/title"
android:layout_width="0dp"
android:layout_marginStart="8dp"
android:layout_height="wrap_content"
android:gravity="center|start"
android:layout_marginEnd="@dimen/radio_button_preference_horizontal"