Defend
8 years ago
5 changed files with 105 additions and 29 deletions
@ -0,0 +1,37 @@ |
|||||
|
<?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:orientation="vertical" |
||||
|
android:layout_width="match_parent" |
||||
|
android:layout_height="match_parent"> |
||||
|
|
||||
|
<FrameLayout |
||||
|
android:layout_width="match_parent" |
||||
|
android:layout_height="match_parent" |
||||
|
android:alpha="0.4" |
||||
|
android:background="@android:color/darker_gray"> |
||||
|
|
||||
|
<RelativeLayout |
||||
|
android:layout_width="match_parent" |
||||
|
android:layout_height="match_parent" |
||||
|
android:background="@android:color/background_light" |
||||
|
android:layout_margin="25dp" |
||||
|
android:alpha="1"> |
||||
|
|
||||
|
<TextView |
||||
|
android:text="TextView" |
||||
|
android:layout_width="match_parent" |
||||
|
android:layout_height="wrap_content" |
||||
|
android:layout_alignParentTop="true" |
||||
|
android:layout_alignParentLeft="true" |
||||
|
android:layout_alignParentStart="true" |
||||
|
android:textAppearance="@style/TextAppearance.AppCompat.Headline" |
||||
|
android:paddingBottom="10dp" |
||||
|
android:paddingTop="10dp" |
||||
|
android:gravity="center_horizontal" |
||||
|
android:alpha="1" |
||||
|
android:background="@android:color/background_light" /> |
||||
|
</RelativeLayout> |
||||
|
</FrameLayout> |
||||
|
|
||||
|
</LinearLayout> |
Loading…
Reference in new issue