Commit d672f7a6 authored by wanglei's avatar wanglei

...

parent 318bc9a1
...@@ -21,9 +21,11 @@ ...@@ -21,9 +21,11 @@
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
<LinearLayout <LinearLayout
android:paddingHorizontal="16dp"
android:paddingVertical="10dp"
android:id="@+id/tv_next" android:id="@+id/tv_next"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="38dp" android:layout_height="wrap_content"
android:layout_marginEnd="16dp" android:layout_marginEnd="16dp"
android:background="@drawable/bg_03b988_19" android:background="@drawable/bg_03b988_19"
app:layout_constraintBottom_toBottomOf="@id/tv" app:layout_constraintBottom_toBottomOf="@id/tv"
...@@ -48,7 +50,6 @@ ...@@ -48,7 +50,6 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_marginEnd="8dp"
android:src="@mipmap/next" android:src="@mipmap/next"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
android:id="@+id/fl" android:id="@+id/fl"
android:layout_width="185dp" android:layout_width="185dp"
android:layout_height="76dp" android:layout_height="76dp"
android:layout_margin="8dp" android:layout_margin="6dp"
android:background="@drawable/bg_language_selector"> android:background="@drawable/bg_language_selector">
<TextView <TextView
......
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