1
0
Fork 0

Center level-select items in view

This commit is contained in:
Eoin Mcloughlin 2020-05-17 16:32:51 +01:00
parent e3278c3e05
commit 14454970d8
2 changed files with 50 additions and 42 deletions

View file

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/lesson_select_margin"
@ -53,4 +59,5 @@
android:textSize="24sp" />
</LinearLayout>
</LinearLayout>
</LinearLayout>

View file

@ -4,8 +4,9 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/list"
android:name="es.eoinrul.ecwt.TrainingLevelFragment"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="center_horizontal"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
app:layoutManager="LinearLayoutManager"