treatment fragment layout centered
This commit is contained in:
parent
ba6fb9fb94
commit
4abc47771b
1 changed files with 2 additions and 3 deletions
|
@ -10,8 +10,7 @@
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<com.google.android.flexbox.FlexboxLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<com.google.android.flexbox.FlexboxLayout xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="@color/defaultbackground"
|
android:background="@color/defaultbackground"
|
||||||
|
@ -19,7 +18,7 @@
|
||||||
app:alignItems="stretch"
|
app:alignItems="stretch"
|
||||||
app:flexDirection="row"
|
app:flexDirection="row"
|
||||||
app:flexWrap="wrap"
|
app:flexWrap="wrap"
|
||||||
app:justifyContent="space_between">
|
app:justifyContent="center">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/treatments_treatments"
|
android:id="@+id/treatments_treatments"
|
||||||
|
|
Loading…
Reference in a new issue