Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

android / dayu

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • dayu
  • saleCenter
  • src
  • main
  • res
  • layout
  • item_sale_reward.xml
Find file
Normal viewHistoryPermalink
item_sale_reward.xml 594 Bytes
Edit
Newer Older
wukun's avatar
20230528新需求
58cb8af5
 
wukun committed a year ago
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">



    <LinearLayout
        android:layout_width="match_parent"
wukun's avatar
20230528新需求
43e5a905
 
wukun committed a year ago
9
        android:layout_height="wrap_content">
wukun's avatar
20230528新需求
58cb8af5
 
wukun committed a year ago
10 11 12

        <TextView
            android:id="@+id/tv_content"
wukun's avatar
20230528新需求
43e5a905
 
wukun committed a year ago
13
            android:layout_width="match_parent"
wukun's avatar
20230528新需求
58cb8af5
 
wukun committed a year ago
14
            android:layout_height="wrap_content"
wukun's avatar
20230528新需求
43e5a905
 
wukun committed a year ago
15 16
            android:textSize="@dimen/dp_12"
            android:gravity="center"
wukun's avatar
20230528新需求
58cb8af5
 
wukun committed a year ago
17 18 19 20
            android:textColor="@color/common_red"/>
    </LinearLayout>

</layout>