mirror of https://github.com/lizongying/my-tv.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.0 KiB
32 lines
1.0 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
>
|
|
<FrameLayout
|
|
android:id="@+id/main"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/time"
|
|
android:layout_width="100dp"
|
|
android:layout_height="40dp"
|
|
android:layout_gravity="end|top"
|
|
android:layout_marginTop="25dp"
|
|
android:layout_marginEnd="50dp">
|
|
|
|
<TextView
|
|
android:id="@+id/content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="end"
|
|
android:textColor="@color/white"
|
|
android:textStyle="bold"
|
|
android:textSize="32sp" />
|
|
</FrameLayout>
|
|
|
|
</FrameLayout>
|
|
</LinearLayout> |