|
|
@@ -6,8 +6,8 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:gravity="bottom"
|
|
|
- sothree:umanoPanelHeight="68dp"
|
|
|
- sothree:umanoShadowHeight="4dp"
|
|
|
+ sothree:umanoPanelHeight="40dp"
|
|
|
+ sothree:umanoShadowHeight="1dp"
|
|
|
sothree:umanoParallaxOffset="100dp"
|
|
|
sothree:umanoDragView="@+id/ll_top"
|
|
|
sothree:umanoOverlay="true"
|
|
|
@@ -18,6 +18,12 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical">
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/head_background_im"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:src="@drawable/uustepbg"
|
|
|
+ />
|
|
|
<TextView
|
|
|
android:id="@+id/text_step"
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -27,7 +33,6 @@
|
|
|
android:textColor="#00cc00"
|
|
|
android:clickable="true"
|
|
|
android:focusable="false"
|
|
|
- android:focusableInTouchMode="true"
|
|
|
android:textSize="16sp" />
|
|
|
</FrameLayout>
|
|
|
|
|
|
@@ -45,7 +50,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
android:layout_marginLeft="10dp"
|
|
|
android:layout_marginRight="10dp">
|
|
|
|
|
|
@@ -58,7 +63,7 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
android:text="计步功能:触发感应器开始计步,在持续运动3秒后才开始有效计数,不足3秒停止则时间重置,新增步数重置(屏蔽细微移动)。"
|
|
|
/>
|
|
|
<TextView
|