mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-02-09 07:58:51 +01:00
fix #216, reduce the widget text padding
This commit is contained in:
parent
d6067001ff
commit
6ef08ae411
@ -11,7 +11,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:background="@null"
|
||||
android:gravity="left"
|
||||
android:padding="@dimen/activity_margin"
|
||||
android:padding="@dimen/small_margin"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<TextView
|
||||
@ -20,7 +20,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:background="@null"
|
||||
android:gravity="center_horizontal"
|
||||
android:padding="@dimen/activity_margin"
|
||||
android:padding="@dimen/small_margin"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<TextView
|
||||
@ -29,7 +29,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:background="@null"
|
||||
android:gravity="right"
|
||||
android:padding="@dimen/activity_margin"
|
||||
android:padding="@dimen/small_margin"
|
||||
android:visibility="gone"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
Loading…
x
Reference in New Issue
Block a user