Browse Source

Merge branch 'develop' of https://github.com/swict/LifeplusAndroid into develop

hyodong.min 6 years ago
parent
commit
6bec33e93d

+ 1 - 2
app/src/main/res/layout/event_select_type_recommend_tag.xml

@@ -170,10 +170,9 @@
         android:id="@+id/recycler_view_event_list_detail"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        android:layout_marginTop="17dp"
         android:clipToPadding="false"
         android:paddingStart="25dp"
-        android:paddingTop="2dp"
+        android:paddingTop="15dp"
         android:paddingEnd="25dp"
         android:paddingBottom="25dp"
 

+ 0 - 1
app/src/main/res/layout/fragment_bucket_list_with_tag_detail.xml

@@ -170,7 +170,6 @@
         android:id="@+id/recycler_view_bucket_list_detail"
         android:layout_width="match_parent"
         android:layout_height="0dp"
-        android:layout_marginTop="10dp"
         android:layout_weight="1"
         android:clipToPadding="false"
         android:paddingTop="15dp"

+ 2 - 1
app/src/main/res/layout/tag.xml

@@ -3,7 +3,8 @@
   xmlns:android="http://schemas.android.com/apk/res/android"
   xmlns:tools="http://schemas.android.com/tools"
   android:layout_width="wrap_content"
-  android:layout_height="wrap_content">
+  android:layout_height="wrap_content"
+  android:paddingBottom="10dp">
 
   <CheckBox
     android:id="@+id/check_box"