mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
Fix magic numbers in log_item.xml #12
This commit is contained in:
parent
f2b0fb91c0
commit
1e95835491
2 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:textStyle="bold"
|
||||
android:textSize="22dp"
|
||||
android:textSize="@dimen/log_item_text_size"
|
||||
android:textColor="#000000"
|
||||
android:layout_marginBottom="@dimen/standard_margin" />
|
||||
|
||||
|
|
|
@ -98,4 +98,5 @@
|
|||
<dimen name="list_fragment_spacing">2dp</dimen>
|
||||
|
||||
<dimen name="listrow_group_text_size">16dp</dimen>
|
||||
<dimen name="log_item_text_size">22dp</dimen>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue