Skip to content
Snippets Groups Projects
Unverified Commit 3bcda686 authored by AlexanderAlferov's avatar AlexanderAlferov Committed by GitHub
Browse files

Fix for duration input field (DEV) #2582

parent 15afa42b
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,10 @@
<TextView
android:id="@+id/duration_input"
style="@style/bodyNeutral"
android:layout_width="70dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical|end"
android:minWidth="70dp"
android:paddingTop="11dp"
android:paddingBottom="11dp"
android:paddingLeft="13dp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment