1.解决快捷栏添加应用界面、二级菜单列表、二级菜单添加应用界面、myapp界面长名称应用走马灯出现花屏条
This commit is contained in:
@@ -4,9 +4,11 @@
|
|||||||
android:layout_height="100dp"
|
android:layout_height="100dp"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:padding="5dp"
|
android:padding="5dp"
|
||||||
|
android:clipChildren="false"
|
||||||
android:descendantFocusability="beforeDescendants">
|
android:descendantFocusability="beforeDescendants">
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/item_bg"
|
android:id="@+id/item_bg"
|
||||||
|
android:clipChildren="false"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
@@ -22,13 +24,14 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingStart="10dp"
|
android:paddingStart="10dp"
|
||||||
android:paddingEnd="10dp"
|
android:paddingEnd="10dp"
|
||||||
|
android:includeFontPadding="false"
|
||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:marqueeRepeatLimit="marquee_forever"
|
android:marqueeRepeatLimit="marquee_forever"
|
||||||
android:ellipsize="marquee"
|
android:ellipsize="marquee"
|
||||||
android:textSize="13dp"
|
android:textSize="11sp"
|
||||||
android:layout_marginVertical="5dp"
|
android:layout_marginVertical="2dp"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:textColor="@color/item_text_color"
|
android:textColor="@color/item_text_color"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
tools:ignore="MissingDefaultResource">
|
tools:ignore="MissingDefaultResource">
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/item_bg"
|
android:id="@+id/item_bg"
|
||||||
|
android:clipChildren="false"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
@@ -38,6 +39,7 @@
|
|||||||
android:paddingEnd="6dp"
|
android:paddingEnd="6dp"
|
||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
|
android:includeFontPadding="false"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:marqueeRepeatLimit="marquee_forever"
|
android:marqueeRepeatLimit="marquee_forever"
|
||||||
android:ellipsize="marquee"
|
android:ellipsize="marquee"
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
android:layout_width="93dp"
|
android:layout_width="93dp"
|
||||||
android:layout_height="98dp"
|
android:layout_height="98dp"
|
||||||
android:id="@+id/item_bg"
|
android:id="@+id/item_bg"
|
||||||
|
android:clipChildren="false"
|
||||||
android:background="@drawable/app_info_bg"
|
android:background="@drawable/app_info_bg"
|
||||||
android:descendantFocusability="beforeDescendants"
|
android:descendantFocusability="beforeDescendants"
|
||||||
android:focusable="true">
|
android:focusable="true">
|
||||||
|
|||||||
@@ -4,9 +4,11 @@
|
|||||||
android:layout_height="99dp"
|
android:layout_height="99dp"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
|
android:clipChildren="false"
|
||||||
android:focusableInTouchMode="true">
|
android:focusableInTouchMode="true">
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/item_bg"
|
android:id="@+id/item_bg"
|
||||||
|
android:clipChildren="false"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
@@ -22,12 +24,13 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingStart="7dp"
|
android:paddingStart="7dp"
|
||||||
android:paddingEnd="7dp"
|
android:paddingEnd="7dp"
|
||||||
|
android:includeFontPadding="false"
|
||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:marqueeRepeatLimit="marquee_forever"
|
android:marqueeRepeatLimit="marquee_forever"
|
||||||
android:ellipsize="marquee"
|
android:ellipsize="marquee"
|
||||||
android:textSize="11sp"
|
android:textSize="13sp"
|
||||||
android:layout_marginVertical="2dp"
|
android:layout_marginVertical="2dp"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:textColor="@color/item_text_color"
|
android:textColor="@color/item_text_color"
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
tools:ignore="MissingDefaultResource">
|
tools:ignore="MissingDefaultResource">
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/item_bg"
|
android:id="@+id/item_bg"
|
||||||
|
android:clipChildren="false"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
@@ -41,6 +42,7 @@
|
|||||||
android:marqueeRepeatLimit="marquee_forever"
|
android:marqueeRepeatLimit="marquee_forever"
|
||||||
android:ellipsize="marquee"
|
android:ellipsize="marquee"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
|
android:includeFontPadding="false"
|
||||||
android:layout_marginVertical="10dp"
|
android:layout_marginVertical="10dp"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:textColor="@color/item_text_color"
|
android:textColor="@color/item_text_color"
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
android:layout_height="110dp"
|
android:layout_height="110dp"
|
||||||
android:id="@+id/item_bg"
|
android:id="@+id/item_bg"
|
||||||
android:background="@drawable/app_info_bg"
|
android:background="@drawable/app_info_bg"
|
||||||
|
android:clipChildren="false"
|
||||||
android:descendantFocusability="beforeDescendants"
|
android:descendantFocusability="beforeDescendants"
|
||||||
android:focusable="true">
|
android:focusable="true">
|
||||||
|
|
||||||
|
|||||||
@@ -4,9 +4,11 @@
|
|||||||
android:layout_height="132dp"
|
android:layout_height="132dp"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
|
android:clipChildren="false"
|
||||||
android:focusableInTouchMode="true">
|
android:focusableInTouchMode="true">
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/item_bg"
|
android:id="@+id/item_bg"
|
||||||
|
android:clipChildren="false"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
@@ -22,6 +24,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingStart="10dp"
|
android:paddingStart="10dp"
|
||||||
android:paddingEnd="10dp"
|
android:paddingEnd="10dp"
|
||||||
|
android:includeFontPadding="false"
|
||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
tools:ignore="MissingDefaultResource">
|
tools:ignore="MissingDefaultResource">
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/item_bg"
|
android:id="@+id/item_bg"
|
||||||
|
android:clipChildren="false"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
@@ -39,6 +40,7 @@
|
|||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
|
android:includeFontPadding="false"
|
||||||
android:marqueeRepeatLimit="marquee_forever"
|
android:marqueeRepeatLimit="marquee_forever"
|
||||||
android:ellipsize="marquee"
|
android:ellipsize="marquee"
|
||||||
android:textSize="21sp"
|
android:textSize="21sp"
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
android:layout_height="147dp"
|
android:layout_height="147dp"
|
||||||
android:id="@+id/item_bg"
|
android:id="@+id/item_bg"
|
||||||
android:background="@drawable/app_info_bg"
|
android:background="@drawable/app_info_bg"
|
||||||
|
android:clipChildren="false"
|
||||||
android:descendantFocusability="beforeDescendants"
|
android:descendantFocusability="beforeDescendants"
|
||||||
android:focusable="true">
|
android:focusable="true">
|
||||||
|
|
||||||
|
|||||||
@@ -4,9 +4,11 @@
|
|||||||
android:layout_height="150dp"
|
android:layout_height="150dp"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:padding="5dp"
|
android:padding="5dp"
|
||||||
|
android:clipChildren="false"
|
||||||
android:descendantFocusability="beforeDescendants">
|
android:descendantFocusability="beforeDescendants">
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/item_bg"
|
android:id="@+id/item_bg"
|
||||||
|
android:clipChildren="false"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
|
|
||||||
@@ -22,13 +24,14 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingStart="10dp"
|
android:paddingStart="10dp"
|
||||||
android:paddingEnd="10dp"
|
android:paddingEnd="10dp"
|
||||||
|
android:includeFontPadding="false"
|
||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:marqueeRepeatLimit="marquee_forever"
|
android:marqueeRepeatLimit="marquee_forever"
|
||||||
android:ellipsize="marquee"
|
android:ellipsize="marquee"
|
||||||
android:textSize="18sp"
|
android:textSize="15sp"
|
||||||
android:layout_marginVertical="5dp"
|
android:layout_marginVertical="3dp"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:textColor="@color/item_text_color"
|
android:textColor="@color/item_text_color"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
android:id="@+id/item_bg"
|
android:id="@+id/item_bg"
|
||||||
android:layout_margin="5dp"
|
android:layout_margin="5dp"
|
||||||
android:descendantFocusability="beforeDescendants"
|
android:descendantFocusability="beforeDescendants"
|
||||||
|
android:clipChildren="false"
|
||||||
android:focusable="true">
|
android:focusable="true">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
@@ -24,6 +25,6 @@
|
|||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:textColor="@color/btn_text_color"
|
android:textColor="@color/btn_text_color"
|
||||||
android:textSize="20dp"/>
|
android:textSize="20sp"/>
|
||||||
|
|
||||||
</com.ik.mboxlauncher.view.MyRelativeLayout>
|
</com.ik.mboxlauncher.view.MyRelativeLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user