[Custom control edit] Add missing TextView

This commit is contained in:
khanhduytran0 2020-12-19 18:32:05 +07:00
parent a2103e5637
commit e8fd43dc5f

View File

@ -30,6 +30,11 @@
android:singleLine="true"
android:id="@+id/controlsetting_edit_name"/>
<TextView
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:text="@string/customctrl_transparency_bg"/>
<SeekBar
android:layout_height="wrap_content"
android:layout_width="match_parent"