Merge "Remove duplicate strings."

This commit is contained in:
TreeHugger Robot
2022-08-26 17:52:54 +00:00
committed by Android (Google) Code Review
73 changed files with 118 additions and 246 deletions

View File

@@ -27,8 +27,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="20dp"
android:textOff="@string/tare_off"
android:textOn="@string/tare_on"
android:textOff="@string/off"
android:textOn="@string/on"
android:showText="true"
android:background="?android:attr/colorBackground" />
<TextView