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_product_scene.xml
Find file
BlameHistoryPermalink
  • mReturn's avatar
    fix · b4d6d947
    mReturn committed 5 years ago
    b4d6d947
item_product_scene.xml 510 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?xml version="1.0" encoding="utf-8"?>
<CheckBox xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/cb_scene"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="scene"
    android:button="@drawable/cb_feed_back"
    android:maxLines="1"
    android:textStyle="bold"
    android:layout_marginRight="5dp"
    android:checked="true"
    android:clickable="false"
    android:paddingLeft="5dp"
    android:layout_marginTop="5dp"
    />