47 lines
1.8 KiB
XML
47 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal"
|
|
android:gravity="center_vertical">
|
|
|
|
<ImageView
|
|
android:id="@+id/im_action_js"
|
|
android:layout_width="46dp"
|
|
android:layout_height="24dp"
|
|
android:src="@mipmap/action_ys"
|
|
android:layout_marginEnd="10dp"
|
|
android:clickable="true"
|
|
android:focusable="true"
|
|
android:visibility="invisible"/>
|
|
|
|
<ImageView
|
|
android:id="@+id/im_action_ys"
|
|
android:layout_width="46dp"
|
|
android:layout_height="24dp"
|
|
android:src="@mipmap/action_js"
|
|
android:layout_marginEnd="16dp"
|
|
android:clickable="true"
|
|
android:focusable="true"
|
|
android:visibility="invisible"/>
|
|
</LinearLayout>
|
|
<!-- <ImageView-->
|
|
<!-- android:id="@+id/im_action_ys"-->
|
|
<!-- android:layout_width="@dimen/dp_46"-->
|
|
<!-- android:layout_height="@dimen/dp_24"-->
|
|
<!-- app:layout_constraintEnd_toStartOf="@id/im_action_js"-->
|
|
<!-- android:src="@mipmap/action_ys"-->
|
|
<!-- android:layout_marginEnd="@dimen/dp_10"-->
|
|
<!-- app:layout_constraintTop_toTopOf="parent"-->
|
|
<!-- android:visibility="invisible"/>-->
|
|
|
|
<!-- <ImageView-->
|
|
<!-- android:id="@+id/im_action_js"-->
|
|
<!-- android:layout_width="@dimen/dp_46"-->
|
|
<!-- android:layout_height="@dimen/dp_24"-->
|
|
<!-- app:layout_constraintEnd_toEndOf="parent"-->
|
|
<!-- android:src="@mipmap/action_js"-->
|
|
<!-- android:layout_marginEnd="@dimen/dp_16"-->
|
|
<!-- app:layout_constraintTop_toTopOf="parent"-->
|
|
<!-- android:visibility="invisible"/>-->
|
|
<!--</androidx.constraintlayout.widget.ConstraintLayout>--> |