Bläddra i källkod

Partially fix #112

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 7 år sedan
förälder
incheckning
07313680ca

+ 1 - 1
app/src/main/res/layout/bottom_buttons.xml

@@ -22,7 +22,7 @@
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
               android:id="@+id/bottom_buttons_layout"
               android:layout_width="match_parent"
-              android:layout_height="32dp"
+              android:layout_height="64dp"
               android:alpha="0.7"
               android:animateLayoutChanges="true"
               android:gravity="bottom"

+ 1 - 1
app/src/main/res/layout/rv_item_empty_footer.xml

@@ -21,7 +21,7 @@
 
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
               android:layout_width="match_parent"
-              android:layout_height="32dp"
+              android:layout_height="64dp"
               android:orientation="vertical">
 
 </LinearLayout>