編輯:對不起,這是我的實施中的一個問題,佈局權重不加1,因此問題。它在我修復layoutWeight之後起作用。Android:文本不在textView中居中?
我不知道爲什麼,但我無法在此custom TextView裏面居中文字,請有人請幫忙。我嘗試了各種各樣的東西,但都沒有工作。 IconTextView內的圖標更靠近右側,而不是中心。謝謝 !!
<LinearLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="0.25">
<com.malinskiy.materialicons.widget.IconTextView
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/ripple_effect"
android:gravity="center"
android:text="{zmdi-play}"
android:textColor="#ffffff"
android:textSize="40dp"
app:hacky_preview="true" />
</LinearLayout>
分享屏幕截圖。 –