mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 10:20:51 +02:00
Settings: Add a "report a bug" button
This commit is contained in:
parent
b15ebc911c
commit
f5b5a5c372
5 changed files with 26 additions and 2 deletions
|
@ -94,10 +94,17 @@
|
|||
</LinearLayout>
|
||||
|
||||
<Button
|
||||
android:id="@+id/settings_meta_button_contact"
|
||||
android:id="@+id/settings_meta_button_report_bug"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="32sp"
|
||||
android:text="@string/settings_meta_report_bug"
|
||||
android:textAllCaps="false" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/settings_meta_button_contact"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/settings_meta_contact"
|
||||
android:textAllCaps="false" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue