OSDN Git Service

Profiles: update text style to match Settings
[android-x86/packages-apps-Settings.git] / res / layout / profile_list_item.xml
index 4f10bdf..8ea8abe 100644 (file)
@@ -9,10 +9,10 @@
 
     <TextView
         android:id="@+id/title"
-        android:textSize="16sp"
         android:padding="4dp"
-        android:textStyle="bold"
         android:layout_height="match_parent"
-        android:layout_width="match_parent"/>
+        android:layout_width="match_parent"
+        android:textSize="18sp"
+        android:textAppearance="@android:style/TextAppearance.Material.Subhead" />
 
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>