mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-18 12:02:23 +00:00
improve stats allocation slider tap area. Fixes #841
This commit is contained in:
parent
60a4e3fac3
commit
c4cc1200e3
2 changed files with 4 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue