Blame view

android/GameSDKRelease/res/layout/fragment_rixty.xml 1.35 KB
5b95cccaf   赵康   version 2.0
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
39
  <?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:background="@color/payment_common_bg"
      android:orientation="vertical" >
  
      <Button
          android:id="@+id/start_pay"
          android:layout_width="match_parent"
          android:layout_height="wrap_content"
          android:layout_margin="13dp"
          android:background="@drawable/btn_orange_bg"
          android:text="@string/pay_ok"
          android:textColor="@android:color/white" />
  
      <TextView
          android:id="@+id/summary_title"
          android:layout_width="match_parent"
          android:layout_height="wrap_content"
          android:layout_marginLeft="13dp"
          android:layout_marginRight="13dp"
          android:background="@color/summary_bg"
          android:paddingLeft="10dp"
          android:textColor="@color/black_text"
          android:textSize="12sp" />
  
      <TextView
          android:id="@+id/summary"
          android:layout_width="match_parent"
          android:layout_height="wrap_content"
          android:layout_marginLeft="13dp"
          android:layout_marginRight="13dp"
          android:background="@color/summary_bg"
          android:padding="10dp"
          android:textColor="@color/black_text"
          android:textSize="11sp" />
  
  </LinearLayout>