]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/profile_list_content.xml
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / res / layout / profile_list_content.xml
index 6f09955a468cb6b8b31f3d0494dc598bec9cf978..2f0d6797ad745c0503643d67a7a62d4dce38d709 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
-  ~ Copyright © 2019 Damyan Ivanov.
+  ~ Copyright © 2021 Damyan Ivanov.
   ~ This file is part of MoLe.
   ~ MoLe is free software: you can distribute it and/or modify it
   ~ under the term of the GNU General Public License as published by
@@ -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"
@@ -41,7 +40,7 @@
             android:layout_height="match_parent"
             android:layout_margin="8dp"
             android:layout_weight="9"
-            android:background="@drawable/ic_unfold_more_black_24dp"
+            android:background="@drawable/ic_baseline_drag_handle_24"
             android:contentDescription="@string/profile_list_rearrange_handle_label"
             app:layout_constraintBottom_toBottomOf="parent"
             app:layout_constraintStart_toStartOf="parent"
@@ -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"