diff options
Diffstat (limited to 'res/layout/pulse_time_item.xml')
-rw-r--r-- | res/layout/pulse_time_item.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/pulse_time_item.xml b/res/layout/pulse_time_item.xml index 9404ed3..9052caf 100644 --- a/res/layout/pulse_time_item.xml +++ b/res/layout/pulse_time_item.xml @@ -2,10 +2,10 @@ <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/textViewName" - android:paddingLeft="4dp" - android:paddingRight="4dp" + android:paddingStart="4dp" + android:paddingEnd="4dp" android:paddingTop="8dp" android:paddingBottom="8dp" android:textAppearance="?android:attr/textAppearanceMedium" > -</TextView>
\ No newline at end of file +</TextView> |