Fixed padding in rss_feed_import, list_item_crash, power_view

This commit is contained in:
jRustig
2018-06-13 10:34:10 +02:00
parent a8a02b9e45
commit 8c64734ff1
3 changed files with 12 additions and 4 deletions

View File

@@ -12,6 +12,8 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:paddingLeft="@dimen/margin_large"
android:paddingRight="@dimen/margin_large"
android:textSize="@dimen/text_size_medium"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"