mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Minor UI changes
This commit is contained in:
@@ -83,7 +83,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="end"
|
||||
android:paddingEnd="16dp">
|
||||
android:paddingEnd="16dp"
|
||||
android:paddingRight="16dp">
|
||||
|
||||
<Button
|
||||
android:id="@+id/buttonDiscard"
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
</style>
|
||||
|
||||
<style name="dialogFormTimePicker" parent="android:Widget.DeviceDefault.Light.Spinner">
|
||||
<item name="android:layout_width">90dp</item>
|
||||
<item name="android:layout_width">100dp</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="android:paddingLeft">12dp</item>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user