]> git.ktnx.net Git - mobile-ledger.git/commitdiff
use ordinary linear layout
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 28 Feb 2019 06:21:22 +0000 (08:21 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 28 Feb 2019 06:21:22 +0000 (08:21 +0200)
app/src/main/res/layout/nav_profile_list_head.xml

index cdd51fa11c446bf117d2e15b0feda00dc6a92262..2b008dc85f86eee6dc2f437850d3f00b77294705 100644 (file)
@@ -23,7 +23,7 @@
     android:layout_height="@dimen/thumb_row_height"
     android:paddingEnd="@dimen/activity_horizontal_margin">
 
-    <androidx.appcompat.widget.LinearLayoutCompat
+    <LinearLayout
         android:id="@+id/nav_profile_list_head_buttons"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
@@ -55,7 +55,7 @@
             app:layout_constraintEnd_toEndOf="parent"
             app:layout_constraintTop_toTopOf="parent" />
 
-    </androidx.appcompat.widget.LinearLayoutCompat>
+    </LinearLayout>
 
     <TextView
         android:id="@+id/nav_profiles_label"