Steampunk: Enabled chart zoom with double-tap on bottom 1/3 of screen - xml files.

This commit is contained in:
Andrew Warrington 2018-01-03 16:33:39 +01:00
parent 512341e603
commit 267bdd6a43
2 changed files with 4 additions and 0 deletions

View file

@ -50,6 +50,7 @@
android:weightSum="1"> android:weightSum="1">
<LinearLayout <LinearLayout
android:id="@+id/main_menu_tap"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0px" android:layout_height="0px"
android:layout_weight="0.7" android:layout_weight="0.7"
@ -163,6 +164,7 @@
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout
android:id="@+id/chart_zoom_tap"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0px" android:layout_height="0px"
android:layout_weight="0.27" android:layout_weight="0.27"

View file

@ -50,6 +50,7 @@
android:weightSum="1"> android:weightSum="1">
<LinearLayout <LinearLayout
android:id="@+id/main_menu_tap"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0px" android:layout_height="0px"
android:layout_weight="0.7" android:layout_weight="0.7"
@ -163,6 +164,7 @@
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout
android:id="@+id/chart_zoom_tap"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0px" android:layout_height="0px"
android:layout_weight="0.27" android:layout_weight="0.27"