]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/account_summary_row.xml
use a fixed app background, helps the fading gradient
[mobile-ledger.git] / app / src / main / res / layout / account_summary_row.xml
index ca88fe86eaf6a1af7e3c0405b86694963257199a..addf2a2a169a14beff63de29a96160e53fd6ab37 100644 (file)
     <FrameLayout
         android:id="@+id/account_row_amounts_expander_container"
         android:layout_width="0dp"
-        android:layout_height="12sp"
+        android:layout_height="18sp"
         app:layout_constraintStart_toStartOf="@id/account_row_acc_amounts"
         app:layout_constraintEnd_toEndOf="@id/account_row_acc_amounts"
         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" />-->
+        <!--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>