ソースを参照

chore: cleanup unused resource from 343dfb43f8 (#119)

Reviewed-on: https://gitea.angry.im/PeterCxy/OpenEUICC/pulls/119
Co-authored-by: septs <github@septs.pw>
Co-committed-by: septs <github@septs.pw>
septs 1 年間 前
コミット
f395cee2e0

+ 0 - 27
app-common/src/main/res/layout/fragment_slot_select.xml

@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:background="?attr/colorSurface">
-
-    <com.google.android.material.appbar.MaterialToolbar
-        android:id="@+id/toolbar"
-        android:layout_width="0dp"
-        android:layout_height="wrap_content"
-        app:layout_constraintTop_toTopOf="parent"
-        app:layout_constraintLeft_toLeftOf="parent"
-        app:layout_constraintWidth_percent="1"
-        app:navigationIcon="?homeAsUpIndicator" />
-
-    <Spinner
-        android:id="@+id/spinner"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_marginVertical="48dp"
-        app:layout_constraintTop_toBottomOf="@id/toolbar"
-        app:layout_constraintBottom_toBottomOf="parent"
-        app:layout_constraintStart_toStartOf="parent"
-        app:layout_constraintEnd_toEndOf="parent"/>
-
-</androidx.constraintlayout.widget.ConstraintLayout>

+ 0 - 9
app-common/src/main/res/menu/fragment_slot_select.xml

@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android"
-    xmlns:app="http://schemas.android.com/apk/res-auto">
-    <item
-        android:id="@+id/ok"
-        android:icon="@drawable/ic_check_black"
-        android:title="@string/slot_select_select"
-        app:showAsAction="ifRoom"/>
-</menu>

+ 0 - 2
app-common/src/main/res/values-ja/strings.xml

@@ -18,8 +18,6 @@
     <string name="toast_profile_enable_failed">新しい eSIM プロファイルに切り替えることができません。</string>
     <string name="toast_profile_name_too_long">ニックネームは 64 文字以内にしてください</string>
     <string name="toast_iccid_copied">ICCID をクリップボードにコピーしました</string>
-    <string name="slot_select">スロットを選択</string>
-    <string name="slot_select_select">選択</string>
     <string name="usb_permission">USB の権限を許可</string>
     <string name="usb_permission_needed">USB スマートカードリーダーにアクセスするには許可が必要です。</string>
     <string name="usb_failed">USB スマートカードリーダー経由で eSIM に接続できません。</string>

+ 0 - 2
app-common/src/main/res/values-zh-rCN/strings.xml

@@ -19,8 +19,6 @@
     <string name="toast_profile_enable_failed">无法切换到新的 eSIM 配置文件。</string>
     <string name="toast_profile_name_too_long">昵称不能超过 64 个字符</string>
     <string name="toast_iccid_copied">已复制 ICCID 到剪贴板</string>
-    <string name="slot_select">选择卡槽</string>
-    <string name="slot_select_select">选择</string>
     <string name="usb_permission">授予 USB 权限</string>
     <string name="usb_permission_needed">需要获得访问 USB 智能卡读卡器的权限。</string>
     <string name="usb_failed">无法通过 USB 智能卡读卡器连接到 eSIM。</string>

+ 0 - 3
app-common/src/main/res/values/strings.xml

@@ -33,9 +33,6 @@
     <string name="toast_iccid_copied">ICCID copied to clipboard</string>
     <string name="toast_eid_copied">EID copied to clipboard</string>
 
-    <string name="slot_select">Select Slot</string>
-    <string name="slot_select_select">Select</string>
-
     <string name="usb_permission">Grant USB permission</string>
     <string name="usb_permission_needed">Permission is needed to access the USB smart card reader.</string>
     <string name="usb_failed">Cannot connect to eSIM via a USB smart card reader.</string>