|
|
|
|
@@ -18,80 +18,105 @@
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
<FrameLayout
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/reply_btn"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:paddingHorizontal="16dp"
|
|
|
|
|
android:paddingVertical="12dp">
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
|
android:duplicateParentState="true"
|
|
|
|
|
android:src="@drawable/ic_fluent_chat_multiple_24sp_selector_text"
|
|
|
|
|
android:tint="?android:textColorSecondary"
|
|
|
|
|
android:gravity="center_vertical" />
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/reply"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|
android:drawableStart="@drawable/ic_fluent_chat_multiple_24sp_selector_text"
|
|
|
|
|
android:drawablePadding="8dp"
|
|
|
|
|
android:drawableTint="?android:textColorSecondary"
|
|
|
|
|
android:paddingStart="8dp"
|
|
|
|
|
android:minWidth="16dp"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:textAppearance="@style/m3_label_large"
|
|
|
|
|
android:maxLines="1"
|
|
|
|
|
android:ellipsize="end"
|
|
|
|
|
tools:text="123"/>
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
tools:text="123"
|
|
|
|
|
tools:ignore="RtlSymmetry" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
<FrameLayout
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/boost_btn"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:paddingHorizontal="16dp"
|
|
|
|
|
android:foregroundTint="@color/boost_icon"
|
|
|
|
|
android:paddingVertical="12dp">
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
|
android:duplicateParentState="true"
|
|
|
|
|
android:src="@drawable/ic_boost"
|
|
|
|
|
android:tint="@color/boost_icon"
|
|
|
|
|
android:gravity="center_vertical" />
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/boost"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|
android:drawableStart="@drawable/ic_boost"
|
|
|
|
|
android:drawablePadding="8dp"
|
|
|
|
|
android:drawableTint="@color/boost_icon"
|
|
|
|
|
android:paddingStart="8dp"
|
|
|
|
|
android:minWidth="16dp"
|
|
|
|
|
android:textColor="@color/boost_icon"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:textAppearance="@style/m3_label_large"
|
|
|
|
|
android:maxLines="1"
|
|
|
|
|
android:ellipsize="end"
|
|
|
|
|
tools:text="123"/>
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
tools:text="123"
|
|
|
|
|
tools:ignore="RtlSymmetry" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
<FrameLayout
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/favorite_btn"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:paddingHorizontal="16dp"
|
|
|
|
|
android:paddingVertical="12dp">
|
|
|
|
|
<ImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
|
android:duplicateParentState="true"
|
|
|
|
|
android:src="@drawable/ic_fluent_star_24sp_selector"
|
|
|
|
|
android:tint="@color/favorite_icon"
|
|
|
|
|
android:gravity="center_vertical" />
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/favorite"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|
android:drawableStart="@drawable/ic_fluent_star_24sp_selector"
|
|
|
|
|
android:drawablePadding="8dp"
|
|
|
|
|
android:drawableTint="@color/favorite_icon"
|
|
|
|
|
android:paddingStart="8dp"
|
|
|
|
|
android:minWidth="16dp"
|
|
|
|
|
android:textColor="@color/favorite_icon"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:textAppearance="@style/m3_label_large"
|
|
|
|
|
android:maxLines="1"
|
|
|
|
|
android:ellipsize="end"
|
|
|
|
|
tools:text="123"/>
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
tools:text="123"
|
|
|
|
|
tools:ignore="RtlSymmetry" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
|
@@ -102,13 +127,13 @@
|
|
|
|
|
android:id="@+id/bookmark_btn"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:paddingHorizontal="16dp"
|
|
|
|
|
android:paddingVertical="12dp">
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/bookmark"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|
android:layout_marginHorizontal="16dp"
|
|
|
|
|
android:src="@drawable/ic_fluent_bookmark_24sp_selector"
|
|
|
|
|
android:tint="@color/bookmark_icon"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
@@ -120,13 +145,13 @@
|
|
|
|
|
android:id="@+id/share_btn"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:paddingHorizontal="16dp"
|
|
|
|
|
android:paddingVertical="12dp">
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/share"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|
android:layout_marginHorizontal="16dp"
|
|
|
|
|
android:src="@drawable/ic_fluent_share_24sp_regular"
|
|
|
|
|
android:tint="?android:textColorSecondary"
|
|
|
|
|
android:gravity="center_vertical"/>
|
|
|
|
|
|