美文网首页
文字中转

文字中转

作者: dd85bd3cabef | 来源:发表于2017-06-15 17:44 被阅读16次

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto">
<TextView
android:id="@+id/head_text"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
android:textSize="18sp"
android:textColor="#ff4400"
android:text="每日新知"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<ImageView
app:layout_constraintLeft_toRightOf="@id/head_text"
app:layout_constraintTop_toTopOf="@id/head_text"
app:layout_constraintBottom_toBottomOf="@id/head_text"
android:layout_marginLeft="6.5dp"
android:background="#000000"
android:layout_width="20dp"
android:layout_height="1dp" />
<ImageView
app:layout_constraintRight_toLeftOf="@id/head_text"
android:layout_marginEnd="6.5dp"
app:layout_constraintTop_toTopOf="@id/head_text"
app:layout_constraintBottom_toBottomOf="@id/head_text"
android:background="#000000"
android:layout_width="20dp"
android:layout_height="1dp" />
<TextView
app:layout_constraintTop_toBottomOf="@id/head_text"
app:layout_constraintLeft_toLeftOf="@id/head_text"
app:layout_constraintRight_toRightOf="@id/head_text"
android:text="根据你的兴趣推荐学习内容"
android:textSize="12sp"
android:textColor="#8b8f97"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</android.support.constraint.ConstraintLayout>

相关文章

  • 文字中转

  • django文字中转网站

    django的网站搭建 参考:官方文档注意: 操作均在virtualenv中进行,虚拟目录为web-share/ ...

  • 中转

    看完这篇文章,你的Python基础就差不多了廖雪峰-Python3教程 菜鸟教程 OpenStack WikiOp...

  • 中转

    兰州,一个中转站,感觉并不是很喜欢这里,但是却给了我足够的时间让我的情绪能够稳稳的转变。 离开家的伤感。奶奶说,…...

  • 中转

    111111111111111111

  • 中转

    11111111111111111111

  • 中转

    /********************************************************...

  • 中转

    醒来之后看到窗外的微光,机身下是茫茫的黄土,不知道在哪里。满天繁星,突然看到了最闪的几颗星星,数了数,再默默把他们...

  • 《中转》

    深刻了我们的,无关爱恨 因为,夜幕之前是黄昏 晴天只会转多云

  • 兽心 中转口

    石墨中转口 微博中转口

网友评论

      本文标题:文字中转

      本文链接:https://www.haomeiwen.com/subject/gomsxxtx.html