|
@@ -58,13 +58,18 @@
|
|
|
android:layout_marginStart="@dimen/convert_60px"
|
|
|
android:background="@drawable/ic_history" />
|
|
|
|
|
|
- <androidx.appcompat.widget.AppCompatTextView
|
|
|
+ <com.develop.common.widget.MarqueeTextView
|
|
|
android:id="@+id/tv_history"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="@dimen/convert_29px"
|
|
|
android:text="@string/cook_history"
|
|
|
android:textColor="@color/home_menu_title"
|
|
|
+ android:ellipsize="marquee"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:marqueeRepeatLimit="marquee_forever"
|
|
|
+ android:singleLine="true"
|
|
|
android:textSize="@dimen/convert_30px" />
|
|
|
</LinearLayout>
|
|
|
|
|
@@ -86,13 +91,18 @@
|
|
|
android:layout_marginStart="@dimen/convert_60px"
|
|
|
android:background="@drawable/ic_favourite" />
|
|
|
|
|
|
- <androidx.appcompat.widget.AppCompatTextView
|
|
|
+ <com.develop.common.widget.MarqueeTextView
|
|
|
android:id="@+id/tv_favourite"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="@dimen/convert_29px"
|
|
|
android:text="@string/favourite_recipes"
|
|
|
android:textColor="@color/home_menu_title"
|
|
|
+ android:ellipsize="marquee"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:marqueeRepeatLimit="marquee_forever"
|
|
|
+ android:singleLine="true"
|
|
|
android:textSize="@dimen/convert_30px" />
|
|
|
</LinearLayout>
|
|
|
|
|
@@ -114,12 +124,17 @@
|
|
|
android:layout_marginStart="@dimen/convert_60px"
|
|
|
android:background="@drawable/ic_setting" />
|
|
|
|
|
|
- <androidx.appcompat.widget.AppCompatTextView
|
|
|
+ <com.develop.common.widget.MarqueeTextView
|
|
|
android:id="@+id/tv_setting"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="@dimen/convert_29px"
|
|
|
android:text="@string/settings"
|
|
|
+ android:ellipsize="marquee"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:marqueeRepeatLimit="marquee_forever"
|
|
|
+ android:singleLine="true"
|
|
|
android:textColor="@color/home_menu_title"
|
|
|
android:textSize="@dimen/convert_30px" />
|
|
|
</LinearLayout>
|
|
@@ -142,12 +157,17 @@
|
|
|
android:layout_marginStart="@dimen/convert_60px"
|
|
|
android:background="@drawable/ic_help" />
|
|
|
|
|
|
- <androidx.appcompat.widget.AppCompatTextView
|
|
|
+ <com.develop.common.widget.MarqueeTextView
|
|
|
android:id="@+id/tv_help"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="@dimen/convert_29px"
|
|
|
android:text="@string/help"
|
|
|
+ android:ellipsize="marquee"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:marqueeRepeatLimit="marquee_forever"
|
|
|
+ android:singleLine="true"
|
|
|
android:textColor="@color/home_menu_title"
|
|
|
android:textSize="@dimen/convert_30px" />
|
|
|
</LinearLayout>
|
|
@@ -170,12 +190,17 @@
|
|
|
android:layout_marginStart="@dimen/convert_60px"
|
|
|
android:background="@drawable/ic_policy" />
|
|
|
|
|
|
- <androidx.appcompat.widget.AppCompatTextView
|
|
|
+ <com.develop.common.widget.MarqueeTextView
|
|
|
android:id="@+id/tv_policy"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="@dimen/convert_29px"
|
|
|
android:text="@string/privacy_policy"
|
|
|
+ android:ellipsize="marquee"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:marqueeRepeatLimit="marquee_forever"
|
|
|
+ android:singleLine="true"
|
|
|
android:textColor="@color/home_menu_title"
|
|
|
android:textSize="@dimen/convert_30px" />
|
|
|
</LinearLayout>
|