]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/profile_list_content.xml
whitespace
[mobile-ledger.git] / app / src / main / res / layout / profile_list_content.xml
index 6f09955a468cb6b8b31f3d0494dc598bec9cf978..a4584ad34773866572a1c90fa5ee96cf1a82f22e 100644 (file)
@@ -20,7 +20,6 @@
     xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:tools="http://schemas.android.com/tools"
     android:id="@+id/profile_list_item"
-    android:alpha="0.50"
     android:animateLayoutChanges="true"
     android:layout_width="match_parent"
     android:layout_height="@dimen/thumb_row_height"
@@ -71,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"
@@ -79,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"