<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:id="@+id/fragment_background_and_border"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
|
<com.basic.security.widget.OutBorderBlurView
|
android:id="@+id/topBlurView"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h450"
|
android:layout_marginTop="@dimen/h65" />
|
|
<com.basic.security.widget.OutBorderBlurView
|
android:id="@+id/topBlurView1"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h1135"
|
android:layout_alignParentBottom="true"
|
android:layout_marginTop="@dimen/h170" />
|
|
<com.basic.security.widget.OutBorderBlurView
|
android:id="@+id/topBlurView2"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h675"
|
android:layout_marginTop="@dimen/h65" />
|
|
<com.basic.security.widget.OutBorderBlurView
|
android:id="@+id/topBlurView3"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h560"
|
android:layout_marginTop="@dimen/h65" />
|
|
<com.basic.security.widget.OutBorderBlurView
|
android:id="@+id/topBlurView4"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h520"
|
android:layout_marginTop="@dimen/h65" />
|
|
<com.basic.security.widget.OutBorderBlurView
|
android:id="@+id/fullscreenBlurView"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/h65" />
|
|
<com.basic.security.widget.OutBorderBlurView
|
android:id="@+id/bottomBlurView"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/h495" />
|
|
<com.basic.security.widget.OutBorderBlurView
|
android:id="@+id/bottomBlurView2"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/h720" />
|
|
<com.basic.security.widget.OutBorderBlurView
|
android:id="@+id/bottomBlurView3"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/h605" />
|
|
<com.basic.security.widget.OutBorderBlurView
|
android:id="@+id/bottomBlurView4"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/h585" />
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/h65"
|
android:padding="@dimen/h20">
|
<!--410,635-->
|
<TextView
|
android:id="@+id/topBackground"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h410"
|
android:background="@drawable/identity_list_background" />
|
|
<TextView
|
android:id="@+id/topBackground1"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h1095"
|
android:layout_alignParentBottom="true"
|
android:layout_marginTop="@dimen/h105"
|
android:background="@drawable/identity_list_background" />
|
|
<TextView
|
android:id="@+id/topBackground2"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h635"
|
android:background="@drawable/identity_list_background" />
|
|
<TextView
|
android:id="@+id/topBackground3"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h520"
|
android:background="@drawable/identity_list_background" />
|
<TextView
|
android:id="@+id/topBackground4"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h500"
|
android:background="@drawable/identity_list_background" />
|
|
<TextView
|
android:id="@+id/fullscreenBackground"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="@drawable/identity_list_background" />
|
|
<TextView
|
android:id="@+id/bottomBackground"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/h430"
|
android:background="@drawable/identity_list_background" />
|
|
<TextView
|
android:id="@+id/bottomBackground2"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/h655"
|
android:background="@drawable/identity_list_background" />
|
|
<TextView
|
android:id="@+id/bottomBackground3"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/h540"
|
android:background="@drawable/identity_list_background" />
|
<TextView
|
android:id="@+id/bottomBackground4"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/h520"
|
android:background="@drawable/identity_list_background" />
|
</RelativeLayout>
|
|
</RelativeLayout>
|