mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
#1694 Chip padding
This commit is contained in:
parent
ae75ebb096
commit
a267488a97
2 changed files with 4 additions and 4 deletions
|
@ -11,5 +11,5 @@
|
|||
app:chipIconSize="14dp"
|
||||
app:chipMinHeight="18dp"
|
||||
app:chipMinTouchTargetSize="18dp"
|
||||
app:textEndPadding="2dp"
|
||||
app:textStartPadding="2dp" />
|
||||
app:textEndPadding="0dp"
|
||||
app:textStartPadding="3dp" />
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
android:layout_below="@id/reading_story_changes"
|
||||
android:layout_alignLeft="@id/reading_item_title"
|
||||
android:layout_marginTop="8dp"
|
||||
app:chipSpacingHorizontal="8dp"
|
||||
app:chipSpacingHorizontal="6dp"
|
||||
app:chipSpacingVertical="6dp" />
|
||||
|
||||
<TextView
|
||||
|
@ -164,7 +164,7 @@
|
|||
android:layout_alignLeft="@id/reading_item_title"
|
||||
android:layout_marginTop="8dp"
|
||||
android:visibility="gone"
|
||||
app:chipSpacingHorizontal="8dp"
|
||||
app:chipSpacingHorizontal="6dp"
|
||||
app:chipSpacingVertical="6dp" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
Loading…
Add table
Reference in a new issue