Added margin to info_table to remove it from the screenborder (#924)

This commit is contained in:
newhinton 2019-02-28 19:06:25 +01:00 committed by Adrian Ulrich
parent e0d0936001
commit f4cc237063

View File

@ -35,6 +35,7 @@ THE SOFTWARE.
android:stretchColumns="1"
android:shrinkColumns="1"
android:background="?overlay_background_color"
android:layout_margin="5dp"
android:paddingLeft="5dip"
android:paddingRight="5dip">