浏览代码

Partially fix #112

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 7 年之前
父节点
当前提交
07313680ca
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      app/src/main/res/layout/bottom_buttons.xml
  2. 1 1
      app/src/main/res/layout/rv_item_empty_footer.xml

+ 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>