Android studio App图标距离太近

时间:2017-01-04 03:25:22

标签: android android-studio android-tv

我正在玩smart mirror code,当我在Android TV AVD上构建并运行应用程序时,该应用程序会使屏幕上的所有信息过于接近。 Github网站上显示的应用程序都很整洁,但是如下所示,我的所有应用程序都在一起。

有没有我忘了改变的设置?

app running on android studio

1 个答案:

答案 0 :(得分:1)

尝试在activity_home.xml中添加此行以控制textSize ,示例设置为30sp,您可以设置其他所需的内容。

示例

<TextView
        android:id="@+id/news_1"
        style="@style/NewsStyle"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="left"
        android:layout_marginBottom="@dimen/intra_group_margin"
        android:drawableLeft="@drawable/news_ap"
        android:drawablePadding="@dimen/icon_margin"
add >   android:textSize = "30sp" 
        tools:text="Obama, Sanders at the White House: Nice chat but that's all"/>