手机适配
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:padding="24dp"
|
||||
android:minWidth="280dp"
|
||||
android:padding="@dimen/sw_24dp"
|
||||
android:minWidth="@dimen/sw_280dp"
|
||||
android:layout_gravity="center"
|
||||
android:background="@drawable/bg_dialog_no_network">
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
android:id="@+id/tvMessage"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_marginTop="@dimen/sw_8dp"
|
||||
android:text="Please check the network connection and try again."
|
||||
android:textAppearance="?attr/textAppearanceBody2"
|
||||
android:textColor="?attr/colorOnBackground" />
|
||||
@@ -31,7 +31,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="end"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginTop="@dimen/sw_16dp"
|
||||
android:text="Understand"
|
||||
android:textColor="#FFFFFF"
|
||||
android:background="@drawable/bg_dialog_button"
|
||||
@@ -39,7 +39,7 @@
|
||||
android:insetRight="0dp"
|
||||
android:insetTop="0dp"
|
||||
android:insetBottom="0dp"
|
||||
app:cornerRadius="5dp"
|
||||
app:cornerRadius="@dimen/sw_5dp"
|
||||
app:backgroundTint="#02BEAC" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user