brsdk_cover.xml
1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@android:color/transparent"
>
<FrameLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
>
<ImageView
android:id="@+id/brCover"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@android:color/transparent"
android:layout_gravity="center"
android:adjustViewBounds="true"
tools:src="@drawable/brsdk_splash_land"
/>
<ImageView
android:id="@+id/brClose"
android:layout_width="32dp"
android:layout_height="32dp"
android:layout_gravity="end"
android:padding="@dimen/brsdk_space_4dp"
android:src="@drawable/brsdk_close_black50"
/>
</FrameLayout>
</FrameLayout>