添加图标
This commit is contained in:
parent
103a91e7c1
commit
9cee72e60e
|
|
@ -33,7 +33,8 @@
|
|||
app:radiusToken="@string/radius_40"
|
||||
app:backgroundColorToken="@string/color_surface_element_normal"
|
||||
>
|
||||
<com.remax.visualnovel.widget.uitoken.view.UITokenTextView
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/iv_hold2talk"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
|
|
@ -41,13 +42,20 @@
|
|||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
android:text="@string/hold_to_talk"
|
||||
android:textStyle="bold"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/sp_15"
|
||||
android:gravity="center"
|
||||
android:visibility="gone"
|
||||
/>
|
||||
android:visibility="gone">
|
||||
<com.remax.visualnovel.widget.uitoken.view.UITokenTextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/hold_to_talk"
|
||||
app:drawableLeftCompat="@mipmap/chat_voice_s"
|
||||
android:layout_centerInParent="true"
|
||||
android:textStyle="bold"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/sp_15"
|
||||
android:gravity="center"
|
||||
android:drawablePadding="@dimen/dp_5"
|
||||
/>
|
||||
</RelativeLayout>
|
||||
|
||||
<com.remax.visualnovel.widget.uitoken.view.UITokenImageView
|
||||
android:id="@+id/iv_chat_mode_switcher"
|
||||
|
|
|
|||
Loading…
Reference in New Issue