|
@@ -28,7 +28,8 @@
|
|
android:text="@string/app_name"
|
|
android:text="@string/app_name"
|
|
android:textColor="#fff"
|
|
android:textColor="#fff"
|
|
android:textIsSelectable="false"
|
|
android:textIsSelectable="false"
|
|
- android:textSize="28dp" />
|
|
|
|
|
|
+ android:textSize="28dp"
|
|
|
|
+ tools:text="wxRedPacket" />
|
|
<TextView android:layout_width="fill_parent"
|
|
<TextView android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:id="@+id/textView5"
|
|
android:id="@+id/textView5"
|
|
@@ -43,40 +44,18 @@
|
|
android:background="@mipmap/bg_snow"
|
|
android:background="@mipmap/bg_snow"
|
|
android:id="@+id/main_bg_snow"
|
|
android:id="@+id/main_bg_snow"
|
|
android:layout_alignBottom="@id/layout_header"/>
|
|
android:layout_alignBottom="@id/layout_header"/>
|
|
- <LinearLayout android:id="@+id/layout_control"
|
|
|
|
- android:orientation="horizontal"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="110dp"
|
|
|
|
- android:layout_above="@+id/layout_uber"
|
|
|
|
- android:layout_marginLeft="12dp"
|
|
|
|
- android:layout_marginRight="12dp"
|
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
- android:layout_marginBottom="8dp" android:baselineAligned="false">
|
|
|
|
- <LinearLayout style="?android:attr/borderlessButtonStyle"
|
|
|
|
- android:id="@+id/layout_control_community"
|
|
|
|
- android:layout_width="fill_parent"
|
|
|
|
- android:layout_height="fill_parent"
|
|
|
|
- android:background="#ffffff"
|
|
|
|
- android:textColor="#858585"
|
|
|
|
- android:textSize="20sp"
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- android:layout_weight="0.35"
|
|
|
|
- android:layout_marginRight="5dp"
|
|
|
|
- android:onClick="openGitHub" android:layout_marginEnd="5dp">
|
|
|
|
- <ImageView
|
|
|
|
- android:layout_width="24dp"
|
|
|
|
- android:layout_height="24dp"
|
|
|
|
- android:id="@+id/imageView"
|
|
|
|
- android:src="@mipmap/ic_community"
|
|
|
|
- android:layout_margin="10dp"/>
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:text="@string/community"
|
|
|
|
- android:id="@+id/textView2"
|
|
|
|
- android:layout_margin="5dp"
|
|
|
|
- android:textColor="#858585" android:textSize="16sp" android:textStyle="bold"/>
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:id="@+id/layout_control"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="110dp"
|
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
|
+ android:layout_marginBottom="20dp"
|
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
|
+ android:layout_marginRight="12dp"
|
|
|
|
+ android:layout_marginTop="8dp"
|
|
|
|
+ android:baselineAligned="false"
|
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:id="@+id/layout_control_accessibility"
|
|
android:id="@+id/layout_control_accessibility"
|
|
@@ -85,7 +64,7 @@
|
|
android:layout_height="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:layout_marginLeft="5dp"
|
|
android:layout_marginLeft="5dp"
|
|
android:layout_marginRight="5dp"
|
|
android:layout_marginRight="5dp"
|
|
- android:layout_weight="0.3"
|
|
|
|
|
|
+ android:layout_weight="0.5"
|
|
android:background="#ffffff"
|
|
android:background="#ffffff"
|
|
android:onClick="openAccessibility"
|
|
android:onClick="openAccessibility"
|
|
android:textColor="#858585"
|
|
android:textColor="#858585"
|
|
@@ -110,119 +89,38 @@
|
|
android:textSize="16sp"
|
|
android:textSize="16sp"
|
|
android:textStyle="bold" />
|
|
android:textStyle="bold" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
- <LinearLayout style="?android:attr/borderlessButtonStyle"
|
|
|
|
- android:id="@+id/layout_control_settings"
|
|
|
|
- android:layout_width="fill_parent"
|
|
|
|
- android:layout_height="fill_parent"
|
|
|
|
- android:background="#ffffff"
|
|
|
|
- android:textColor="#858585"
|
|
|
|
- android:textSize="20sp"
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- android:layout_weight="0.35"
|
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
|
- android:onClick="openSettings" android:layout_marginStart="5dp">
|
|
|
|
- <ImageView android:layout_width="24dp"
|
|
|
|
- android:layout_height="24dp"
|
|
|
|
- android:id="@+id/imageView4"
|
|
|
|
- android:layout_margin="10dp"
|
|
|
|
- android:src="@mipmap/ic_settings"/>
|
|
|
|
- <TextView android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:text="@string/settings"
|
|
|
|
- android:id="@+id/textView3"
|
|
|
|
- android:layout_margin="5dp"
|
|
|
|
- android:textColor="#858585" android:textSize="16sp" android:textStyle="bold"/>
|
|
|
|
- </LinearLayout>
|
|
|
|
- </LinearLayout>
|
|
|
|
- <LinearLayout
|
|
|
|
- android:id="@+id/layout_uber"
|
|
|
|
- android:orientation="horizontal"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="72dp"
|
|
|
|
- android:layout_marginLeft="12dp"
|
|
|
|
- android:layout_marginRight="12dp"
|
|
|
|
- android:background="#ffffff"
|
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
- android:layout_alignParentBottom="false"
|
|
|
|
- android:layout_above="@+id/linearLayout2"
|
|
|
|
- android:layout_marginBottom="8dp"
|
|
|
|
- android:onClick="openUber">
|
|
|
|
- <ImageView
|
|
|
|
- android:layout_width="60dp"
|
|
|
|
- android:layout_height="60dp"
|
|
|
|
- android:id="@+id/icon_uber"
|
|
|
|
- android:src="@mipmap/ic_uber"
|
|
|
|
- android:layout_marginLeft="8dp"
|
|
|
|
- android:layout_marginRight="10dp"
|
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
|
- android:layout_marginBottom="2dp" android:layout_marginStart="8dp" android:layout_marginEnd="10dp"/>
|
|
|
|
|
|
+
|
|
<LinearLayout
|
|
<LinearLayout
|
|
- android:orientation="vertical"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:id="@+id/layout_uber_text"
|
|
|
|
- android:layout_gravity="center_vertical">
|
|
|
|
|
|
+ android:id="@+id/layout_control_settings"
|
|
|
|
+ style="?android:attr/borderlessButtonStyle"
|
|
|
|
+ android:layout_width="fill_parent"
|
|
|
|
+ android:layout_height="fill_parent"
|
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
|
+ android:layout_marginStart="5dp"
|
|
|
|
+ android:layout_weight="0.5"
|
|
|
|
+ android:background="#ffffff"
|
|
|
|
+ android:onClick="openSettings"
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
+ android:textColor="#858585"
|
|
|
|
+ android:textSize="20sp">
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/imageView4"
|
|
|
|
+ android:layout_width="24dp"
|
|
|
|
+ android:layout_height="24dp"
|
|
|
|
+ android:layout_margin="10dp"
|
|
|
|
+ android:src="@mipmap/ic_settings" />
|
|
|
|
+
|
|
<TextView
|
|
<TextView
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:text="@string/uber_ad_title"
|
|
|
|
- android:id="@+id/label_uber_text"
|
|
|
|
- android:layout_margin="2dp"
|
|
|
|
- android:textColor="#858585"/>
|
|
|
|
- <TextView android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:text="@string/uber_ad_text"
|
|
|
|
- android:id="@+id/label_uber_link"
|
|
|
|
- android:layout_margin="2dp"
|
|
|
|
- android:textColor="#dfaa6a" android:textStyle="bold"/>
|
|
|
|
|
|
+ android:id="@+id/textView3"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_margin="5dp"
|
|
|
|
+ android:text="@string/settings"
|
|
|
|
+ android:textColor="#858585"
|
|
|
|
+ android:textSize="16sp"
|
|
|
|
+ android:textStyle="bold" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
- <LinearLayout android:id="@+id/linearLayout2"
|
|
|
|
- android:orientation="horizontal"
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="40dp"
|
|
|
|
- android:layout_marginLeft="12dp"
|
|
|
|
- android:layout_marginRight="12dp"
|
|
|
|
- android:background="#ffffff"
|
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
- android:layout_marginBottom="24dp"
|
|
|
|
- android:onClick="openGitHub"
|
|
|
|
- android:layout_alignParentBottom="true">
|
|
|
|
- <ImageView android:layout_width="20dp"
|
|
|
|
- android:layout_height="20dp"
|
|
|
|
- android:id="@+id/imageView2"
|
|
|
|
- android:src="@mipmap/ic_github"
|
|
|
|
- android:layout_marginLeft="15dp"
|
|
|
|
- android:layout_marginRight="5dp"
|
|
|
|
- android:layout_gravity="center_vertical" android:layout_marginStart="15dp" android:layout_marginEnd="5dp"/>
|
|
|
|
- <TextView android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:text="@string/github_1"
|
|
|
|
- android:id="@+id/textView6"
|
|
|
|
- android:layout_margin="2dp"
|
|
|
|
- android:textColor="#858585"
|
|
|
|
- android:layout_gravity="center_vertical"/>
|
|
|
|
- <TextView android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:text="@string/star_1"
|
|
|
|
- android:id="@+id/textView7"
|
|
|
|
- android:textColor="#dfaa6a"
|
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
|
- android:paddingBottom="1dp"/>
|
|
|
|
- <TextView android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:id="@+id/textView8"
|
|
|
|
- android:text="@string/star_2"
|
|
|
|
- android:textColor="#dfaa6a"
|
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
|
- android:layout_marginLeft="2dp"
|
|
|
|
- android:layout_marginRight="2dp" android:textStyle="bold"/>
|
|
|
|
- <TextView android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:text="@string/github_2"
|
|
|
|
- android:id="@+id/textView9"
|
|
|
|
- android:layout_margin="2dp"
|
|
|
|
- android:textColor="#858585"
|
|
|
|
- android:layout_gravity="center_vertical"/>
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
+
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|