<CheckedTextView
android:id="@+id/charge_industry_textView"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:drawableTop="@drawable/charge3"
android:gravity="center"
android:text="@string/ChargeIndustry"
android:background="@drawable/checkedtextview_checked"/>
The text in the CheckedTextView
can't be centered, when I make android:gravity="center"
try android:layout_centerHorizontal="true"
or android:textAlignment="center"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With