Added double back button press for exit

This commit is contained in:
Ziver Koc 2014-08-01 10:58:55 +02:00
parent ff7138bf9d
commit e5ca4aea34
3 changed files with 26 additions and 14 deletions

View file

@ -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>