|
@@ -18,6 +18,9 @@
|
|
|
android:id="@+id/no_euicc_placeholder"
|
|
android:id="@+id/no_euicc_placeholder"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
|
|
+ android:layout_marginStart="40dp"
|
|
|
|
|
+ android:layout_marginEnd="40dp"
|
|
|
|
|
+ android:gravity="center"
|
|
|
android:text="@string/no_euicc" />
|
|
android:text="@string/no_euicc" />
|
|
|
</FrameLayout>
|
|
</FrameLayout>
|
|
|
|
|
|