]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/profile_list_content.xml
employ some themed styles
[mobile-ledger.git] / app / src / main / res / layout / profile_list_content.xml
index 19b77e5d06ebcc7fad873c82bc9fda66cbf11b4e..a4584ad34773866572a1c90fa5ee96cf1a82f22e 100644 (file)
@@ -70,7 +70,6 @@
 
     <TextView
         android:id="@+id/title"
-        style="@style/TextAppearance.AppCompat.Medium"
         android:layout_width="0dp"
         android:layout_height="wrap_content"
         android:layout_marginStart="8dp"
@@ -78,6 +77,7 @@
         android:gravity="center_vertical"
         android:paddingStart="@dimen/activity_horizontal_margin"
         android:text="Profile name"
+        android:textAppearance="@style/TextAppearance.AppCompat.Medium"
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintEnd_toStartOf="@id/profile_list_edit_button"
         app:layout_constraintStart_toEndOf="@id/handle_and_tag"