设置Activity背景圆角
作者:
欢欢欢欢思 | 来源:发表于
2016-11-04 17:42 被阅读71次<item name="android:windowBackground">@android:color/transparent</item>
<?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:id="@+id/activity_demo_frame"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/activity_bg"
tools:context=".demo.DemoActivity">
</FrameLayout>
本文标题:设置Activity背景圆角
本文链接:https://www.haomeiwen.com/subject/dhdwuttx.html
网友评论