Wel*_*122 3 android text indentation textview
我知道这可能很简单,但我似乎无法找到如何在文本视图中缩进一些文本.我已经尝试使用谷歌,但显示的结果似乎没有多大帮助.
这里有没有人有任何想法?
Tri*_*shi 10
你对Indent的理解是什么意思
你可以通过两种方式实现它
对于Padding&Margin,它看起来像这样
我想现在你将深刻理解保证金和填充的概念

<TextView
android:id="@+id/textViewYouTube"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:paddingLeft="20dp"
android:text="Not LoggedIn"
android:textAppearance="?android:attr/textAppearanceLarge" />
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
8718 次 |
| 最近记录: |