Steampunk: Enabled chart zoom with double-tap on bottom 1/3 of screen - xml files.
This commit is contained in:
parent
512341e603
commit
267bdd6a43
2 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue