|
@@ -110,20 +110,26 @@
|
|
|
android:background="@drawable/shape_100px6fb1fb_corners">
|
|
|
|
|
|
<ImageView
|
|
|
+
|
|
|
android:layout_width="@dimen/convert_46px"
|
|
|
android:layout_height="@dimen/convert_46px"
|
|
|
android:layout_gravity="center_vertical"
|
|
|
android:layout_marginStart="@dimen/convert_19px"
|
|
|
android:background="@drawable/ic_net" />
|
|
|
|
|
|
- <androidx.appcompat.widget.AppCompatTextView
|
|
|
+ <com.develop.common.widget.MarqueeTextView
|
|
|
android:id="@+id/tv_online"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="@dimen/convert_175px"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center|end"
|
|
|
android:layout_marginEnd="@dimen/convert_23px"
|
|
|
- android:text="@string/online_recipes"
|
|
|
android:textColor="@color/white"
|
|
|
+ android:text="@string/online_recipes"
|
|
|
+ android:ellipsize="marquee"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:marqueeRepeatLimit="marquee_forever"
|
|
|
+ android:singleLine="true"
|
|
|
android:textSize="@dimen/convert_26px" />
|
|
|
</FrameLayout>
|
|
|
|
|
@@ -143,7 +149,7 @@
|
|
|
android:layout_marginStart="@dimen/convert_19px"
|
|
|
android:background="@drawable/ic_recipes" />
|
|
|
|
|
|
- <androidx.appcompat.widget.AppCompatTextView
|
|
|
+ <com.develop.common.widget.MarqueeTextView
|
|
|
android:id="@+id/tv_recipes"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -151,6 +157,11 @@
|
|
|
android:layout_marginEnd="@dimen/convert_23px"
|
|
|
android:text="@string/recipes"
|
|
|
android:textColor="@color/white"
|
|
|
+ android:ellipsize="marquee"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:marqueeRepeatLimit="marquee_forever"
|
|
|
+ android:singleLine="true"
|
|
|
android:textSize="@dimen/convert_26px" />
|
|
|
</FrameLayout>
|
|
|
|
|
@@ -170,14 +181,19 @@
|
|
|
android:layout_marginStart="@dimen/convert_29px"
|
|
|
android:background="@drawable/ic_download" />
|
|
|
|
|
|
- <androidx.appcompat.widget.AppCompatTextView
|
|
|
+ <com.develop.common.widget.MarqueeTextView
|
|
|
android:id="@+id/tv_download"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="@dimen/convert_130px"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center|end"
|
|
|
android:layout_marginStart="@dimen/convert_87px"
|
|
|
android:layout_marginEnd="@dimen/convert_25px"
|
|
|
android:text="@string/download"
|
|
|
+ android:ellipsize="marquee"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:marqueeRepeatLimit="marquee_forever"
|
|
|
+ android:singleLine="true"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/convert_26px" />
|
|
|
</FrameLayout>
|