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
  • orderCenter
  • src
  • main
  • res
  • layout
  • item_recycle_text.xml
Find file
Normal viewHistoryPermalink
item_recycle_text.xml 592 Bytes
Edit
Newer Older
mReturn's avatar
知识库详情页改版
f91792bc
 
mReturn committed 4 years ago
1 2
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
mReturn's avatar
知识库详情页附件预览及下载
197dd59e
 
mReturn committed 4 years ago
3
    android:id="@+id/ll_root"
mReturn's avatar
知识库详情页改版
f91792bc
 
mReturn committed 4 years ago
4 5 6
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_gravity="center_vertical"
luofan's avatar
279知识库更改,详情页,列表费用控制显示,处理工单视频改为控制显示
c3773903
 
luofan committed 3 years ago
7 8 9
    android:orientation="horizontal"
    android:padding="5dp">

mReturn's avatar
知识库详情页改版
f91792bc
 
mReturn committed 4 years ago
10 11 12
    <TextView
        android:id="@+id/tv_text"
        style="@style/common_text_style"
luofan's avatar
279知识库更改,详情页,列表费用控制显示,处理工单视频改为控制显示
c3773903
 
luofan committed 3 years ago
13 14
        android:paddingStart="@dimen/dp_10"
        android:text=""
mReturn's avatar
知识库详情页改版
f91792bc
 
mReturn committed 4 years ago
15
        android:textColor="@color/text_common_blue"
luofan's avatar
279知识库更改,详情页,列表费用控制显示,处理工单视频改为控制显示
c3773903
 
luofan committed 3 years ago
16
        android:textSize="14sp" />
mReturn's avatar
知识库详情页改版
f91792bc
 
mReturn committed 4 years ago
17
</LinearLayout>