]> git.ktnx.net Git - mobile-ledger.git/commitdiff
redundant namespace
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 30 Dec 2018 11:55:29 +0000 (11:55 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 30 Dec 2018 11:55:29 +0000 (11:55 +0000)
app/src/main/res/layout/transaction_list_row.xml

index 64b4fe7290baceaf6397467e437fabacf19ba9e9..1e2f706d0c3e69ec7c38ca7b2fe86cd6dc7d8d79 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <?xml version="1.0" encoding="utf-8"?>
 
-
 <!--
   ~ Copyright © 2018 Damyan Ivanov.
   ~ This file is part of Mobile-Ledger.
 <!--
   ~ Copyright © 2018 Damyan Ivanov.
   ~ This file is part of Mobile-Ledger.
@@ -20,6 +19,7 @@
 
 <android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto"
 
 <android.support.v7.widget.CardView 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:layout_width="match_parent"
     android:layout_height="wrap_content"
     android:layout_margin="8dp"
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
     android:layout_margin="8dp"
@@ -30,9 +30,7 @@
     app:layout_constraintStart_toStartOf="parent"
     app:layout_goneMarginBottom="8dp">
 
     app:layout_constraintStart_toStartOf="parent"
     app:layout_goneMarginBottom="8dp">
 
-    <android.support.constraint.ConstraintLayout 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.support.constraint.ConstraintLayout
         android:id="@+id/transaction_row"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:id="@+id/transaction_row"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"