Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:id="@+id/layout">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:layout_marginLeft="22.3dp"
- android:layout_marginStart="22.3dp"
- android:layout_marginRight="15.3dp"
- android:layout_marginEnd="15.3dp"
- android:layout_marginTop="19dp">
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <ReadyApps.Xamarin.Framework.Droid.Controls.ExtTextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="13.3sp"
- android:textColor="@color/bluey_grey"
- android:textAllCaps="true"
- android:text="@string/language" />
- <ReadyApps.Xamarin.Framework.Droid.Controls.ExtTextView
- android:id="@+id/languageText"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="13.3sp"
- android:textColor="@color/orange_two"
- android:text="@string/english" />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:layout_marginTop="15dp"
- android:background="@color/silver_two" />
- <RelativeLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="18dp">
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_alignParentStart="true"
- android:layout_toLeftOf="@+id/notificationChk"
- android:layout_toStartOf="@+id/notificationChk"
- android:orientation="vertical">
- <ReadyApps.Xamarin.Framework.Droid.Controls.ExtTextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="13.3sp"
- android:textColor="@color/bluey_grey"
- android:textAllCaps="true"
- android:text="@string/push_notifications" />
- <ReadyApps.Xamarin.Framework.Droid.Controls.ExtTextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="11.7sp"
- android:textColor="@color/cool_grey"
- android:text="@string/pushNotificationDetails" />
- </LinearLayout>
- <ReadyApps.Xamarin.Framework.Droid.Controls.ExtCheckBox
- android:id="@+id/notificationChk"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- app:buttonTint="@color/colorPrimary"
- android:layout_centerVertical="true"
- android:layout_alignParentRight="true"
- android:layout_alignParentEnd="true" />
- </RelativeLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:layout_marginTop="15dp"
- android:background="@color/silver_two" />
- <RelativeLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="18dp">
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_alignParentStart="true"
- android:layout_toLeftOf="@+id/newsLatterChk"
- android:layout_toStartOf="@+id/newsLatterChk"
- android:orientation="vertical">
- <ReadyApps.Xamarin.Framework.Droid.Controls.ExtTextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="13.3sp"
- android:textAllCaps="true"
- android:textColor="@color/bluey_grey"
- android:text="@string/newsletter" />
- <ReadyApps.Xamarin.Framework.Droid.Controls.ExtTextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="11.7sp"
- android:textColor="@color/cool_grey"
- android:text="@string/newsLetterDetails" />
- </LinearLayout>
- <ReadyApps.Xamarin.Framework.Droid.Controls.ExtCheckBox
- android:id="@+id/newsLatterChk"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- app:buttonTint="@color/colorPrimary"
- android:layout_centerVertical="true"
- android:layout_alignParentRight="true"
- android:layout_alignParentEnd="true" />
- </RelativeLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:layout_marginTop="15dp"
- android:background="@color/silver_two" />
- <ReadyApps.Xamarin.Framework.Droid.Controls.ExtTextView
- android:text="@string/save"
- android:layout_marginTop="20dp"
- android:padding="10dp"
- android:textSize="14.7dp"
- android:textAllCaps="true"
- android:layout_gravity="center"
- android:gravity="center"
- android:textColor="@color/orange_three"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:id="@+id/saveBtn" />
- <ReadyApps.Xamarin.Framework.Droid.Controls.ExtTextView
- android:id="@+id/logoutBtn"
- android:text="@string/logout"
- android:textAllCaps="true"
- android:layout_marginTop="15dp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:textColor="@color/tomato" />
- <Space
- android:layout_width="wrap_content"
- android:layout_height="20dp" />
- </LinearLayout>
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement