]> git.ktnx.net Git - mobile-ledger-staging.git/blobdiff - app/src/main/res/layout/account_summary_row.xml
remove long unused items from account list
[mobile-ledger-staging.git] / app / src / main / res / layout / account_summary_row.xml
index addf2a2a169a14beff63de29a96160e53fd6ab37..0dc4816e3c94cdbfc57fd7f7881dcd13a775f394 100644 (file)
     android:longClickable="true"
     android:layout_height="wrap_content">
 
-    <CheckBox
-        android:id="@+id/account_row_check"
-        android:layout_width="wrap_content"
-        android:layout_height="match_parent"
-        android:button="@drawable/checkbox_star_black"
-        android:onClick="onAccountSummaryRowViewClicked"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintStart_toStartOf="parent"
-        app:layout_constraintTop_toTopOf="parent" />
-
     <TextView
         android:id="@+id/account_row_acc_name"
         style="@style/account_summary_account_name"
@@ -47,8 +37,9 @@
         android:longClickable="true"
         android:paddingStart="8dp"
         android:text="Account name, a really long one. A very very very long one. It may even spawn on more than two lines -- three, four or more."
+        android:textAppearance="@android:style/TextAppearance.Material.Medium"
         app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintStart_toEndOf="@id/account_row_check"
+        app:layout_constraintStart_toStartOf="parent"
         app:layout_constraintTop_toTopOf="parent"
         tools:ignore="HardcodedText" />
 
@@ -93,6 +84,7 @@
         android:minWidth="@dimen/thumb_row_height"
         android:onClick="onAccountSummaryRowViewClicked"
         android:text="123,45\n678,90"
+        android:textAppearance="@style/TextAppearance.AppCompat.Medium"
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintTop_toTopOf="parent"
         app:layout_constraintBottom_toBottomOf="@id/account_row_acc_amounts"
         android:background="@drawable/fade_down_white">
 
-        <!--<ImageView-->
-        <!--android:layout_gravity="center_vertical|end"-->
-        <!--android:id="@+id/account_row_amounts_expander"-->
-        <!--android:layout_width="20dp"-->
-        <!--android:layout_height="20dp"-->
-        <!--android:background="@drawable/ic_expand_more_black_24dp" />-->
-
     </FrameLayout>
 
     <View