2017-03-15 09:08:55 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<YogaLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2023-05-09 10:43:02 -07:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2017-03-15 09:08:55 -07:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="60dp"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_flexDirection="column"
|
|
|
|
app:yg_alignItems="stretch"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<View
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@color/yoga_blue"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_flex="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
/>
|
|
|
|
<VirtualYogaLayout
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:height="40dp"
|
|
|
|
app:yg_flexDirection="row"
|
|
|
|
app:yg_alignItems="stretch"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<View
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@color/yoga_blue"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_marginAll="10dp"
|
|
|
|
app:yg_aspectRatio="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
/>
|
|
|
|
<VirtualYogaLayout
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:height="40dp"
|
|
|
|
app:yg_flexDirection="column"
|
|
|
|
app:yg_alignItems="stretch"
|
|
|
|
app:yg_flex="1"
|
|
|
|
app:yg_justifyContent="space_around"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<VirtualYogaLayout
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:height="8dp"
|
|
|
|
app:yg_flexDirection="row"
|
|
|
|
app:yg_alignItems="stretch"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/child_1_text"
|
|
|
|
android:textSize="5sp"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_flex="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
/>
|
|
|
|
<View
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@color/yoga_blue"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_aspectRatio="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
/>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
<VirtualYogaLayout
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:height="8dp"
|
|
|
|
app:yg_flexDirection="row"
|
|
|
|
app:yg_alignItems="stretch"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/child_1_text"
|
|
|
|
android:textSize="5sp"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_flex="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
/>
|
|
|
|
<View
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@color/yoga_blue"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_aspectRatio="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
/>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
<VirtualYogaLayout
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:height="8dp"
|
|
|
|
app:yg_flexDirection="row"
|
|
|
|
app:yg_alignItems="stretch"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/child_1_text"
|
|
|
|
android:textSize="5sp"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_flex="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
/>
|
|
|
|
<View
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@color/yoga_blue"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_aspectRatio="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
/>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
</YogaLayout>
|