mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Fix "found my phone" button size and make it translatable
This commit is contained in:
committed by
Arjan Schrijver
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>
|
||||
|
Reference in New Issue
Block a user