mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-20 12:49:02 +00:00
fix weird edittext issues with stats allocation
This commit is contained in:
parent
bd94834ece
commit
ca9ef4efc5
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
android:textSize="16sp"/>
|
||||
<android.support.v7.widget.AppCompatEditText
|
||||
android:id="@+id/valueEditText"
|
||||
android:layout_width="30dp"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="wrap_content"
|
||||
tools:text="0"
|
||||
android:gravity="center_horizontal"
|
||||
|
|
|
|||
Loading…
Reference in a new issue