Added double back button press for exit
This commit is contained in:
parent
ff7138bf9d
commit
e5ca4aea34
3 changed files with 26 additions and 14 deletions
|
|
@ -30,7 +30,8 @@
|
|||
android:id="@+id/down_speed"
|
||||
android:textColor="#ffffffff"
|
||||
android:typeface="sans"
|
||||
android:layout_weight="0" />
|
||||
android:layout_weight="0"
|
||||
android:layout_marginLeft="3dp" />
|
||||
|
||||
<Space
|
||||
android:layout_width="wrap_content"
|
||||
|
|
@ -51,7 +52,8 @@
|
|||
android:id="@+id/up_speed"
|
||||
android:textColor="#ffffffff"
|
||||
android:typeface="sans"
|
||||
android:layout_weight="0.45" />
|
||||
android:layout_weight="0.45"
|
||||
android:layout_marginLeft="3dp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue