Add send logs button on small screens too
This commit is contained in:
parent
eaef010876
commit
e210d9d761
1 changed files with 10 additions and 2 deletions
|
@ -38,8 +38,16 @@
|
|||
android:textStyle="bold"
|
||||
android:textColor="@color/text_contrast"
|
||||
android:id="@+id/AboutText"/>
|
||||
|
||||
<Button android:id="@+id/exit"
|
||||
|
||||
<Button
|
||||
android:id="@+id/send_log"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="30sp"
|
||||
android:text="@string/menu_send_log"
|
||||
android:visibility="gone" />
|
||||
|
||||
<Button android:id="@+id/exit"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/menu_exit"
|
||||
|
|
Loading…
Reference in a new issue