liuzhenxing1118 преди 5 месеца
родител
ревизия
3b9eaeffb2
променени са 1 файла, в които са добавени 11 реда и са изтрити 8 реда
  1. 11 8
      app/src/main/res/layout/activity_sim_install.xml

+ 11 - 8
app/src/main/res/layout/activity_sim_install.xml

@@ -56,17 +56,20 @@
 
     <Button
         android:id="@+id/button"
-        style="@style/xp_style_button_all"
-        android:layout_width="wrap_content"
+        android:layout_width="match_parent"
         android:layout_height="28dp"
-        android:layout_alignParentBottom="true"
         android:layout_centerHorizontal="true"
-        android:layout_marginBottom="8dp"
-        android:backgroundTint="@color/xp_green"
+        android:layout_alignParentBottom="true"
+        android:layout_marginBottom="5dp"
+        android:layout_marginStart="5dp"
+        android:layout_marginEnd="5dp"
+        android:textSize="11sp"
+        android:textFontWeight="700"
+        android:textColor="#FFFFFFFF"
         android:fontFamily="Roboto"
         android:text="@string/restart"
-        android:textColor="#FFFFFFFF"
-        android:textSize="11sp"
-        android:textStyle="bold" />
+        android:backgroundTint="@color/xp_green"
+        style="@style/xp_style_button_all"
+        />
 
 </RelativeLayout>