我知道这可能很简单,但我似乎无法找到如何缩进文本视图中的某些文本。我已经尝试使用谷歌,但显示的结果似乎没有多大帮助。
这里有没有人有任何想法?
答案 0 :(得分:10)
你对Indent的理解是什么意思
你可以通过两种方式实现它
Padding&保证金它看起来像这样
我认为现在你将深刻理解保证金和填充的概念
<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" />