Add a little padding to make table easier to read.
This commit is contained in:
parent
99d215fdd3
commit
33bbc9d65b
@ -14,6 +14,7 @@
|
||||
android:id="@+id/eventTime"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="5dp"
|
||||
android:text="eventTime"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
|
||||
@ -21,6 +22,7 @@
|
||||
android:id="@+id/eventVelocity"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="5dp"
|
||||
android:text="eventVelocity"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
|
||||
@ -28,6 +30,7 @@
|
||||
android:id="@+id/eventAltitude"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="5dp"
|
||||
android:text="eventAltitude"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user