Merge "Don't use framework strings for formatting file sizes"
This commit is contained in:
committed by
Android (Google) Code Review
commit
7eee73a0c8
@@ -37,7 +37,6 @@
|
||||
android:id="@+id/size_spinner"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:entries="@array/bytes_picker_sizes" />
|
||||
android:layout_gravity="center_vertical" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -8331,11 +8331,6 @@
|
||||
<!-- Text for the setting on whether you can type text into notifications without unlocking the device. -->
|
||||
<string name="lockscreen_remote_input">If device is locked, prevent typing replies or other text in notifications</string>
|
||||
|
||||
<string-array name="bytes_picker_sizes" translatable="false">
|
||||
<item>@*android:string/megabyteShort</item>
|
||||
<item>@*android:string/gigabyteShort</item>
|
||||
</string-array>
|
||||
|
||||
<!-- [CHAR LIMIT=30] Label for setting to control the default spell checker -->
|
||||
<string name="default_spell_checker">Default spell checker</string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user