Commit 74917eac authored by Mygod's avatar Mygod

Refine paddings

parent f2b2aba9
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="4dp" android:layout_marginTop="4dp"
android:paddingLeft="24dp" android:paddingLeft="16dp"
android:paddingRight="4dp" android:paddingRight="4dp"
android:id="@+id/container"> android:id="@+id/container">
<TextView <TextView
...@@ -54,10 +54,10 @@ ...@@ -54,10 +54,10 @@
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingLeft="24dp" android:paddingLeft="16dp"
android:paddingRight="4dp" android:paddingRight="4dp"
android:layout_marginEnd="8dp" android:layout_marginEnd="8dp"
android:layout_marginBottom="8dp"> android:layout_marginBottom="16dp">
<TextView <TextView
android:id="@android:id/text2" android:id="@android:id/text2"
android:layout_width="wrap_content" android:layout_width="wrap_content"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment