Compare commits
2 commits
6b4723daee
...
d0b3d54c66
Author | SHA1 | Date | |
---|---|---|---|
d0b3d54c66 | |||
3a860601a3 |
3 changed files with 3 additions and 5 deletions
|
@ -137,7 +137,7 @@ class EuiccInfoActivity : BaseEuiccAccessActivity(), OpenEuiccContextMarker {
|
||||||
add(
|
add(
|
||||||
Item(
|
Item(
|
||||||
R.string.euicc_info_atr,
|
R.string.euicc_info_atr,
|
||||||
channel.atr?.encodeHex() ?: getString(R.string.euicc_info_atr_unavailable),
|
channel.atr?.encodeHex() ?: getString(R.string.unavailable),
|
||||||
copiedToastResId = R.string.toast_atr_copied,
|
copiedToastResId = R.string.toast_atr_copied,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginHorizontal="24dp"
|
android:layout_marginHorizontal="24dp"
|
||||||
android:layout_marginVertical="12dp"
|
android:layout_marginVertical="12dp"
|
||||||
android:maxLines="1"
|
|
||||||
android:ellipsize="marquee"
|
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/euicc_info_title"
|
app:layout_constraintTop_toBottomOf="@id/euicc_info_title"
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
<string name="no_euicc">No removable eUICC card accessible by this app is detected on this device. Insert a compatible card or a USB reader.</string>
|
<string name="no_euicc">No removable eUICC card accessible by this app is detected on this device. Insert a compatible card or a USB reader.</string>
|
||||||
<string name="no_profile">No profiles (yet) on this eSIM.</string>
|
<string name="no_profile">No profiles (yet) on this eSIM.</string>
|
||||||
<string name="unknown">Unknown</string>
|
<string name="unknown">Unknown</string>
|
||||||
|
<string name="unavailable">Unavailable</string>
|
||||||
<string name="help">Help</string>
|
<string name="help">Help</string>
|
||||||
<string name="reload">Reload Slots</string>
|
<string name="reload">Reload Slots</string>
|
||||||
|
|
||||||
|
@ -133,8 +134,7 @@
|
||||||
<string name="euicc_info_ci_gsma_live">GSMA Live CI</string>
|
<string name="euicc_info_ci_gsma_live">GSMA Live CI</string>
|
||||||
<string name="euicc_info_ci_gsma_test">GSMA Test CI</string>
|
<string name="euicc_info_ci_gsma_test">GSMA Test CI</string>
|
||||||
<string name="euicc_info_ci_unknown">Unknown eSIM CI</string>
|
<string name="euicc_info_ci_unknown">Unknown eSIM CI</string>
|
||||||
<string name="euicc_info_atr">ATR (Answer To Reset)</string>
|
<string name="euicc_info_atr" translatable="false">Answer To Reset (ATR)</string>
|
||||||
<string name="euicc_info_atr_unavailable">ATR unavailable</string>
|
|
||||||
|
|
||||||
<string name="yes">Yes</string>
|
<string name="yes">Yes</string>
|
||||||
<string name="no">No</string>
|
<string name="no">No</string>
|
||||||
|
|
Loading…
Add table
Reference in a new issue