1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-29 13:26:50 +01:00

Fix "found my phone" button size and make it translatable

This commit is contained in:
Arjan Schrijver 2023-08-04 14:39:21 +02:00 committed by Arjan Schrijver
parent d2d54eba17
commit cc70a8dd0a
2 changed files with 5 additions and 3 deletions

View File

@ -3,11 +3,12 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="10dp">
android:layout_margin="10dp"
android:gravity="center">
<Button
android:id="@+id/foundbutton"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="FOUND IT" />
android:layout_height="wrap_content"
android:text="@string/find_my_phone_found_it" />
</LinearLayout>

View File

@ -2219,4 +2219,5 @@
<string name="withings_bt_calibration_previous">Previous</string>
<string name="withings_bt_calibration_next">Next</string>
<string name="drag_handle">drag handle</string>
<string name="find_my_phone_found_it">FOUND IT</string>
</resources>