|
@@ -9,6 +9,16 @@
|
|
|
android:id="@+id/title"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:fontFamily="Roboto"
|
|
|
+ android:visibility="gone"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/title1"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="2dp"
|
|
|
+ android:layout_marginEnd="2dp"
|
|
|
android:layout_marginTop="20dp"
|
|
|
android:layout_centerHorizontal="true"
|
|
|
android:textAlignment="center"
|
|
@@ -16,19 +26,34 @@
|
|
|
android:textFontWeight="500"
|
|
|
android:textColor="#FFFFFFFF"
|
|
|
android:fontFamily="Roboto"
|
|
|
- android:visibility="gone"
|
|
|
+ android:text="@string/sim_install_1"
|
|
|
/>
|
|
|
|
|
|
- <ImageView
|
|
|
- android:layout_width="100dp"
|
|
|
- android:layout_height="100dp"
|
|
|
- android:layout_below="@+id/title"
|
|
|
- android:layout_marginBottom="5dp"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/title2"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="2dp"
|
|
|
+ android:layout_marginEnd="2dp"
|
|
|
+ android:layout_below="@+id/title1"
|
|
|
android:layout_centerHorizontal="true"
|
|
|
- android:background="@drawable/icon_sim"
|
|
|
+ android:textAlignment="center"
|
|
|
+ android:textSize="11sp"
|
|
|
+ android:textFontWeight="500"
|
|
|
+ android:textColor="#FFFFFFFF"
|
|
|
+ android:fontFamily="Roboto"
|
|
|
+ android:text="@string/sim_install_2"
|
|
|
/>
|
|
|
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="135dp"
|
|
|
+ android:layout_height="90dp"
|
|
|
+ android:layout_below="@+id/title2"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:layout_marginBottom="5dp"
|
|
|
+ android:background="@drawable/icon_sim" />
|
|
|
+
|
|
|
<Button
|
|
|
android:id="@+id/button"
|
|
|
android:layout_width="80dp"
|