Android TextView和ImageView简单说明

前端技术 2023/09/09 Android
复制代码 代码如下:

<?xml version=\"1.0\" encoding=\"utf-8\"?> 
<LinearLayout xmlns:android=\"http://schemas.android.com/apk/res/android\" 
    android:layout_width=\"match_parent\" 
    android:layout_height=\"match_parent\" 
    android:orientation=\"vertical\" > 
    <TextView  
        android:layout_height=\"wrap_content\" 
        android:layout_width=\"wrap_content\" 
        android:drawableLeft=\"@drawable/icon\" 
        android:text=\"@string/app_name\" 
        /> 

</LinearLayout> 
 

相信看到这个标签的时候大家都明白了把!
复制代码 代码如下:

        android:drawableLeft=\"\"
        android:drawableRight=\"\"
        android:drawableTop=\"\"
        android:drawableBottom=\"\"

四个标签,android:drawablePadding=\"\"可以设置边框大小,我觉得很使用,不用想以前那么用RelativeLayout中去light或者right了!

本文地址:https://www.stayed.cn/item/24901

转载请注明出处。

本站部分内容来源于网络,如侵犯到您的权益,请 联系我

我的博客

人生若只如初见,何事秋风悲画扇。