mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-29 05:16:51 +01:00
Fix "found my phone" button size and make it translatable
This commit is contained in:
parent
d2d54eba17
commit
cc70a8dd0a
@ -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>
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user