|
@@ -40,7 +40,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="15dp"
|
|
android:layout_marginTop="15dp"
|
|
|
android:hint="@string/profile_download_server"
|
|
android:hint="@string/profile_download_server"
|
|
|
- style="@style/Widget.OpenEUICC.Input"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/toolbar"
|
|
app:layout_constraintTop_toBottomOf="@id/toolbar"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
@@ -48,8 +47,7 @@
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
|
|
- android:theme="@style/Theme.OpenEUICC.Input.Cursor"/>
|
|
|
|
|
|
|
+ android:layout_height="match_parent" />
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
|
|
|
|
|
@@ -59,7 +57,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginVertical="15dp"
|
|
android:layout_marginVertical="15dp"
|
|
|
android:hint="@string/profile_download_code"
|
|
android:hint="@string/profile_download_code"
|
|
|
- style="@style/Widget.OpenEUICC.Input"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/profile_download_server"
|
|
app:layout_constraintTop_toBottomOf="@id/profile_download_server"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
@@ -69,8 +66,7 @@
|
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:inputType="textPassword"
|
|
|
|
|
- android:theme="@style/Theme.OpenEUICC.Input.Cursor"/>
|
|
|
|
|
|
|
+ android:inputType="textPassword" />
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
|
|
|
|
|
@@ -80,7 +76,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginVertical="15dp"
|
|
android:layout_marginVertical="15dp"
|
|
|
android:hint="@string/profile_download_confirmation_code"
|
|
android:hint="@string/profile_download_confirmation_code"
|
|
|
- style="@style/Widget.OpenEUICC.Input"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/profile_download_code"
|
|
app:layout_constraintTop_toBottomOf="@id/profile_download_code"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
@@ -90,8 +85,7 @@
|
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:inputType="textPassword"
|
|
|
|
|
- android:theme="@style/Theme.OpenEUICC.Input.Cursor"/>
|
|
|
|
|
|
|
+ android:inputType="textPassword" />
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
|
|
|
|
|
@@ -102,7 +96,6 @@
|
|
|
android:layout_marginTop="15dp"
|
|
android:layout_marginTop="15dp"
|
|
|
android:layout_marginBottom="6dp"
|
|
android:layout_marginBottom="6dp"
|
|
|
android:hint="@string/profile_download_imei"
|
|
android:hint="@string/profile_download_imei"
|
|
|
- style="@style/Widget.OpenEUICC.Input"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/profile_download_confirmation_code"
|
|
app:layout_constraintTop_toBottomOf="@id/profile_download_confirmation_code"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
@@ -113,8 +106,7 @@
|
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:inputType="textPassword"
|
|
|
|
|
- android:theme="@style/Theme.OpenEUICC.Input.Cursor"/>
|
|
|
|
|
|
|
+ android:inputType="textPassword" />
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
|
|
|
|