Blame view

GameSDKRelease/res/layout/notification_banner.xml 626 Bytes
313bd48ae   赵康   splite android an...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  <?xml version="1.0" encoding="utf-8"?>
  <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
      android:layout_width="match_parent"
      android:layout_height="wrap_content"
      android:paddingBottom="7dp" >
  
      <ImageView
          android:id="@+id/banner"
          android:layout_width="match_parent"
          android:layout_height="100dp"
          android:layout_marginBottom="7dp"
          android:layout_marginLeft="10dp"
          android:layout_marginRight="10dp"
          android:layout_marginTop="10dp"
          android:scaleType="fitXY"
          android:src="@drawable/btn_orange_bg" />
  
  </RelativeLayout>