From 9ecffe7854da65b39ae13b18be7da425777f1ee8 Mon Sep 17 00:00:00 2001 From: marcinzelent Date: Thu, 26 Apr 2018 13:34:40 +0200 Subject: Riced the app, added Atlas and About views --- app/src/main/res/layout/fragment_atlas.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'app/src/main/res/layout/fragment_atlas.xml') diff --git a/app/src/main/res/layout/fragment_atlas.xml b/app/src/main/res/layout/fragment_atlas.xml index 0c5c59b..c6860b1 100644 --- a/app/src/main/res/layout/fragment_atlas.xml +++ b/app/src/main/res/layout/fragment_atlas.xml @@ -6,9 +6,16 @@ tools:context=".AtlasFragment"> - - + android:columnWidth="90dp" + android:numColumns="auto_fit" + android:verticalSpacing="10dp" + android:horizontalSpacing="10dp" + android:stretchMode="columnWidth" + android:gravity="center" + /> \ No newline at end of file -- cgit v1.2.3