Created
May 25, 2016 08:02
-
-
Save burnix/64f0c5b694c0744bc4db24e23a7a55f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<LinearLayout android:background="@color/bg_1" | |
android:id="@+id/arch" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
xmlns:android="http://schemas.android.com/apk/res/android"> | |
<io.codetail.widget.RevealFrameLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
android:id="@+id/main_container" | |
android:background="@color/bg_2" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent"> | |
<LinearLayout | |
android:id="@+id/container_settings" | |
android:layout_width="match_parent" | |
android:background="@color/textColorWhite" | |
android:layout_height="match_parent" | |
android:orientation="vertical"> | |
<LinearLayout | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:orientation="vertical"> | |
<com.android.itea.views.BoldTextView | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_marginBottom="8dp" | |
android:gravity="center" | |
android:text="Язык" | |
android:textColor="@color/black" | |
android:textSize="20dp" /> | |
<RadioGroup | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_marginLeft="24dp" | |
android:layout_marginRight="24dp" | |
android:background="@drawable/switch_stroke" | |
android:checkedButton="@+id/offer" | |
android:orientation="horizontal"> | |
<com.android.itea.views.RegularRadioButton | |
android:id="@+id/offer" | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_marginBottom="1dp" | |
android:layout_marginLeft="1dp" | |
android:layout_marginTop="1dp" | |
android:layout_weight="1" | |
android:background="@drawable/toggle_switch_left" | |
android:button="@null" | |
android:gravity="center" | |
android:paddingBottom="8dp" | |
android:paddingTop="8dp" | |
android:text="Русский" | |
android:textColor="@drawable/switch_text_color" | |
android:textSize="20sp" /> | |
<com.android.itea.views.RegularRadioButton | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_marginBottom="1dp" | |
android:layout_marginRight="1dp" | |
android:layout_marginTop="1dp" | |
android:layout_weight="1" | |
android:background="@drawable/toggle_switch_left" | |
android:button="@null" | |
android:gravity="center" | |
android:paddingBottom="8dp" | |
android:paddingTop="8dp" | |
android:text="Українська" | |
android:textColor="@drawable/switch_text_color" | |
android:textSize="20sp" /> | |
</RadioGroup> | |
</LinearLayout> | |
<LinearLayout | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:orientation="vertical"> | |
<com.android.itea.views.BoldTextView | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_margin="8dp" | |
android:gravity="center" | |
android:text="Основной город" | |
android:textColor="@color/black" | |
android:textSize="20dp" /> | |
<RadioGroup | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_marginLeft="24dp" | |
android:layout_marginRight="24dp" | |
android:background="@drawable/switch_stroke" | |
android:checkedButton="@+id/offer2" | |
android:orientation="horizontal"> | |
<com.android.itea.views.RegularRadioButton | |
android:id="@+id/offer2" | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_marginBottom="1dp" | |
android:layout_marginLeft="1dp" | |
android:layout_marginTop="1dp" | |
android:layout_weight="1" | |
android:background="@drawable/toggle_switch_left" | |
android:button="@null" | |
android:gravity="center" | |
android:paddingBottom="8dp" | |
android:paddingTop="8dp" | |
android:text="Киев" | |
android:textColor="@drawable/switch_text_color" | |
android:textSize="20sp" /> | |
<com.android.itea.views.RegularRadioButton | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_marginBottom="1dp" | |
android:layout_marginRight="1dp" | |
android:layout_marginTop="1dp" | |
android:layout_weight="1" | |
android:background="@drawable/toggle_switch_left" | |
android:button="@null" | |
android:gravity="center" | |
android:paddingBottom="8dp" | |
android:paddingTop="8dp" | |
android:text="Львов" | |
android:textColor="@drawable/switch_text_color" | |
android:textSize="20sp" /> | |
</RadioGroup> | |
</LinearLayout> | |
<LinearLayout | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:orientation="vertical"> | |
<com.android.itea.views.BoldTextView | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_margin="8dp" | |
android:gravity="center" | |
android:text="Уведомления" | |
android:textColor="@color/black" | |
android:textSize="20dp" /> | |
<RadioGroup | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_marginLeft="24dp" | |
android:layout_marginRight="24dp" | |
android:background="@drawable/switch_stroke" | |
android:checkedButton="@+id/offer3" | |
android:orientation="horizontal"> | |
<com.android.itea.views.RegularRadioButton | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_marginBottom="1dp" | |
android:layout_marginLeft="1dp" | |
android:layout_marginTop="1dp" | |
android:layout_weight="1" | |
android:background="@drawable/toggle_switch_left" | |
android:button="@null" | |
android:gravity="center" | |
android:paddingBottom="8dp" | |
android:paddingTop="8dp" | |
android:text="Выкл" | |
android:textColor="@drawable/switch_text_color" | |
android:textSize="20sp" /> | |
<com.android.itea.views.RegularRadioButton | |
android:id="@+id/offer3" | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_marginBottom="1dp" | |
android:layout_marginRight="1dp" | |
android:layout_marginTop="1dp" | |
android:layout_weight="1" | |
android:background="@drawable/toggle_switch_left" | |
android:button="@null" | |
android:gravity="center" | |
android:paddingBottom="8dp" | |
android:paddingTop="8dp" | |
android:text="Вкл" | |
android:textColor="@drawable/switch_text_color" | |
android:textSize="20sp" /> | |
</RadioGroup> | |
</LinearLayout> | |
<LinearLayout | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:orientation="vertical"> | |
<com.android.itea.views.BoldTextView | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_margin="8dp" | |
android:gravity="center" | |
android:text="Звук напоминания" | |
android:textColor="@color/black" | |
android:textSize="20dp" /> | |
<RadioGroup | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_marginLeft="24dp" | |
android:layout_marginRight="24dp" | |
android:background="@drawable/switch_stroke" | |
android:checkedButton="@+id/offer4" | |
android:orientation="horizontal"> | |
<com.android.itea.views.RegularRadioButton | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_marginBottom="1dp" | |
android:layout_marginLeft="1dp" | |
android:layout_marginTop="1dp" | |
android:layout_weight="1" | |
android:background="@drawable/toggle_switch_left" | |
android:button="@null" | |
android:gravity="center" | |
android:paddingBottom="8dp" | |
android:paddingTop="8dp" | |
android:text="Выкл" | |
android:textColor="@drawable/switch_text_color" | |
android:textSize="20sp" /> | |
<com.android.itea.views.RegularRadioButton | |
android:id="@+id/offer4" | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_marginBottom="1dp" | |
android:layout_marginRight="1dp" | |
android:layout_marginTop="1dp" | |
android:layout_weight="1" | |
android:background="@drawable/toggle_switch_left" | |
android:button="@null" | |
android:gravity="center" | |
android:paddingBottom="8dp" | |
android:paddingTop="8dp" | |
android:text="Вкл" | |
android:textColor="@drawable/switch_text_color" | |
android:textSize="20sp" /> | |
</RadioGroup> | |
</LinearLayout> | |
<LinearLayout | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:orientation="vertical"> | |
<com.android.itea.views.BoldTextView | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_margin="8dp" | |
android:gravity="center" | |
android:text="Добавить в календарь" | |
android:textColor="@color/black" | |
android:textSize="20dp" /> | |
<RadioGroup | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_marginLeft="24dp" | |
android:layout_marginRight="24dp" | |
android:background="@drawable/switch_stroke" | |
android:checkedButton="@+id/offer5" | |
android:orientation="horizontal"> | |
<com.android.itea.views.RegularRadioButton | |
android:id="@+id/offer5" | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_marginBottom="1dp" | |
android:layout_marginLeft="1dp" | |
android:layout_marginTop="1dp" | |
android:layout_weight="1" | |
android:background="@drawable/toggle_switch_left" | |
android:button="@null" | |
android:gravity="center" | |
android:paddingBottom="8dp" | |
android:paddingTop="8dp" | |
android:text="Выкл" | |
android:textColor="@drawable/switch_text_color" | |
android:textSize="20sp" /> | |
<com.android.itea.views.RegularRadioButton | |
android:layout_width="0dp" | |
android:layout_height="match_parent" | |
android:layout_marginBottom="1dp" | |
android:layout_marginRight="1dp" | |
android:layout_marginTop="1dp" | |
android:layout_weight="1" | |
android:background="@drawable/toggle_switch_left" | |
android:button="@null" | |
android:gravity="center" | |
android:paddingBottom="8dp" | |
android:paddingTop="8dp" | |
android:text="Вкл" | |
android:textColor="@drawable/switch_text_color" | |
android:textSize="20sp" /> | |
</RadioGroup> | |
</LinearLayout> | |
</LinearLayout> | |
</io.codetail.widget.RevealFrameLayout> | |
</LinearLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment