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="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_alignItems="center"
|
|
|
|
app:yg_flexDirection="row"
|
|
|
|
app:yg_justifyContent="center"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
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_marginLeft="10dp"
|
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:yg_flexDirection="column"
|
|
|
|
app:yg_flex="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@color/yoga_grey"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_marginLeft="10dp"
|
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:yg_flexDirection="row"
|
|
|
|
app:yg_flex="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@color/yoga_grey"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_marginLeft="10dp"
|
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:yg_flexDirection="row"
|
|
|
|
app:yg_flex="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
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_marginLeft="10dp"
|
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:yg_flexDirection="row"
|
|
|
|
app:yg_flex="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@color/yoga_grey"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_marginLeft="10dp"
|
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:yg_flexDirection="row"
|
|
|
|
app:yg_flex="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@color/yoga_grey"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_marginLeft="10dp"
|
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:yg_flexDirection="column"
|
|
|
|
app:yg_flex="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
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_marginLeft="10dp"
|
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:yg_flexDirection="row"
|
|
|
|
app:yg_flex="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@color/yoga_grey"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_marginLeft="10dp"
|
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:yg_flexDirection="row"
|
|
|
|
app:yg_flex="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@color/yoga_grey"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_marginLeft="10dp"
|
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:yg_flexDirection="row"
|
|
|
|
app:yg_flex="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
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_marginLeft="10dp"
|
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:yg_flexDirection="row"
|
|
|
|
app:yg_flex="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@color/yoga_grey"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_marginLeft="10dp"
|
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:yg_flexDirection="column"
|
|
|
|
app:yg_flex="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@color/yoga_grey"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_marginLeft="10dp"
|
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:yg_flexDirection="row"
|
|
|
|
app:yg_flex="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
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_marginLeft="10dp"
|
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:yg_flexDirection="row"
|
|
|
|
app:yg_flex="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@color/yoga_grey"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_marginLeft="10dp"
|
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:yg_flexDirection="row"
|
|
|
|
app:yg_flex="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="@color/yoga_grey"
|
2023-05-09 10:43:02 -07:00
|
|
|
app:yg_marginLeft="10dp"
|
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:yg_flexDirection="row"
|
|
|
|
app:yg_flex="1"
|
2017-03-15 09:08:55 -07:00
|
|
|
>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
</VirtualYogaLayout>
|
|
|
|
</YogaLayout>
|