improve stats allocation slider tap area. Fixes #841

This commit is contained in:
Phillip Thelen 2017-11-02 13:31:44 +01:00
parent 60a4e3fac3
commit c4cc1200e3
2 changed files with 4 additions and 3 deletions

View file

@ -30,9 +30,10 @@
<TextView
android:id="@+id/numberOfPointsTextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_height="36dp"
android:layout_marginLeft="12dp"
android:layout_marginRight="12dp"/>
android:layout_marginRight="12dp"
android:gravity="center"/>
<ImageView
android:id="@+id/rightSparklesView"
android:layout_width="77dp"

View file

@ -31,7 +31,7 @@
<SeekBar
android:id="@+id/statsSeekBar"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:layout_weight="1"/>
<TextView
android:layout_width="wrap_content"