136 lines
4.0 KiB
XML
136 lines
4.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
tools:context=".HomeActivity">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/manropeextrabold"
|
|
android:textStyle="bold"
|
|
android:textSize="35sp"
|
|
android:text="Designs">
|
|
|
|
</TextView>
|
|
|
|
|
|
<RadioGroup
|
|
android:id="@+id/summary_overView"
|
|
android:layout_width="wrap_content"
|
|
android:layout_marginTop="@dimen/_20dp"
|
|
android:layout_height="wrap_content">
|
|
|
|
<RadioButton
|
|
android:id="@+id/sum1"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/manropeextrabold"
|
|
android:text="summary1">
|
|
|
|
</RadioButton>
|
|
|
|
<RadioButton
|
|
android:id="@+id/sum2"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/manropeextrabold"
|
|
android:text="summary2">
|
|
|
|
</RadioButton>
|
|
<RadioButton
|
|
android:id="@+id/Summary3"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/manropeextrabold"
|
|
android:text="summary3">
|
|
|
|
</RadioButton>
|
|
<RadioButton
|
|
android:id="@+id/Summary4"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/manropeextrabold"
|
|
android:text="summary4">
|
|
|
|
</RadioButton>
|
|
<RadioButton
|
|
android:id="@+id/Summary5"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/manropeextrabold"
|
|
android:text="summary5">
|
|
|
|
</RadioButton>
|
|
<RadioButton
|
|
android:id="@+id/Summary6"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/manropeextrabold"
|
|
android:text="summary6">
|
|
|
|
</RadioButton>
|
|
|
|
<RadioButton
|
|
android:id="@+id/toolbar1"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/manropeextrabold"
|
|
android:text="ToolBar 1">
|
|
|
|
</RadioButton>
|
|
|
|
<RadioButton
|
|
android:id="@+id/toolbar2"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/manropeextrabold"
|
|
android:text="Toolbar 2">
|
|
|
|
</RadioButton>
|
|
|
|
<RadioButton
|
|
android:id="@+id/cardviews"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/manropeextrabold"
|
|
android:text="Card View">
|
|
|
|
</RadioButton>
|
|
|
|
<RadioButton
|
|
android:id="@+id/booking_screen"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/manropeextrabold"
|
|
android:text="Booking Screen">
|
|
|
|
</RadioButton>
|
|
|
|
<RadioButton
|
|
android:id="@+id/template"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/manropeextrabold"
|
|
android:text="Template">
|
|
|
|
</RadioButton>
|
|
|
|
<RadioButton
|
|
android:id="@+id/fleex"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:fontFamily="@font/manropeextrabold"
|
|
android:text="flex">
|
|
|
|
</RadioButton>
|
|
</RadioGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |