move the width picker a bit up
This commit is contained in:
parent
f77edd5e64
commit
d2c130b214
|
@ -30,11 +30,12 @@
|
|||
android:id="@+id/stroke_width_bar"
|
||||
android:layout_width="@dimen/stroke_bar_size"
|
||||
android:layout_height="wrap_content"
|
||||
android:progress="5"
|
||||
android:max="75"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginBottom="9dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:max="75"
|
||||
android:padding="@dimen/icon_padding"
|
||||
android:progress="5"
|
||||
android:visibility="gone"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<dimen name="settings_padding">8dp</dimen>
|
||||
<dimen name="stroke_bar_size">150dp</dimen>
|
||||
<dimen name="preview_dot_stroke_size">2dp</dimen>
|
||||
<dimen name="preview_dot_offset_y">50dp</dimen>
|
||||
<dimen name="preview_dot_offset_y">70dp</dimen>
|
||||
|
||||
<dimen name="normal_text_size">14sp</dimen>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue