]> git.ktnx.net Git - mobile-ledger-staging.git/blobdiff - app/src/main/res/layout/transaction_list_row.xml
remove unuset properties
[mobile-ledger-staging.git] / app / src / main / res / layout / transaction_list_row.xml
index 66cca2b866a6b2aa3fe4023ea4543f6dfbadd903..0e59507d460fe9423953eb20c6a6473c9c86ff95 100644 (file)
   ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
   -->
 
-<androidx.appcompat.widget.ContentFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:tools="http://schemas.android.com/tools"
+    android:measureAllChildren="false"
     android:layout_width="match_parent"
     android:layout_height="wrap_content">
 
         android:visibility="visible"
         app:cardCornerRadius="16dp"
         app:cardElevation="4dp"
-        app:cardUseCompatPadding="false"
-        app:layout_constraintEnd_toEndOf="parent"
-        app:layout_constraintStart_toStartOf="parent"
-        app:layout_goneMarginBottom="8dp">
+        app:cardUseCompatPadding="false">
 
         <androidx.constraintlayout.widget.ConstraintLayout
             android:id="@+id/transaction_row"
@@ -61,7 +59,7 @@
                     android:layout_height="wrap_content"
                     android:layout_weight="5"
                     android:text="---."
-                    android:textStyle="bold"
+                    android:textAppearance="@style/TextAppearance.MaterialComponents.Body1"
                     tools:ignore="HardcodedText" />
 
             </LinearLayout>
         android:layout_height="wrap_content"
         android:layout_marginStart="8dp"
         android:layout_marginTop="16dp"
-        android:layout_marginEnd="8dp"
-        android:foregroundGravity="center_vertical"
-        android:orientation="horizontal">
+        android:layout_marginEnd="8dp">
 
         <TextView
             android:id="@+id/transaction_delimiter_month"
 
     </androidx.constraintlayout.widget.ConstraintLayout>
 
-</androidx.appcompat.widget.ContentFrameLayout>
\ No newline at end of file
+</FrameLayout>
\ No newline at end of file