mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
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…
Add table
Reference in a new issue