Skip to content

Commit 87fce38

Browse files
author
wangce
committed
发布1.0版本
1 parent 8cd5b24 commit 87fce38

File tree

13 files changed

+26
-6
lines changed

13 files changed

+26
-6
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/captures
88
.externalNativeBuild
99
gradle.properties
10+
/keystore

app/src/main/java/com/xiaomai/geek/ui/module/password/EditAccountActivity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public void onTextChanged(CharSequence s, int start, int before, int count) {
161161
.endConfig().buildRound(substring, mGenerator.getColor(platform));
162162
circleViewIcon.setImageDrawable(textDrawable);
163163
} else {
164-
circleViewIcon.setImageResource(R.drawable.ic_default_platform);
164+
circleViewIcon.setImageResource(R.drawable.ic_launcher);
165165
}
166166
}
167167

Binary file not shown.
Binary file not shown.
-44.1 KB
Binary file not shown.

app/src/main/res/layout/activity_edit_account.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
android:layout_width="40dp"
3636
android:layout_height="40dp"
3737
android:layout_marginRight="@dimen/activity_horizontal_margin"
38-
android:src="@drawable/ic_default_platform" />
38+
android:src="@drawable/ic_launcher" />
3939

4040
<android.support.design.widget.TextInputLayout
4141
android:id="@+id/layout_platform"

app/src/main/res/layout/fragment_about_us.xml

+18-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
android:layout_width="wrap_content"
2929
android:layout_height="wrap_content"
3030
android:layout_gravity="center_horizontal"
31-
android:layout_marginTop="50dp"
31+
android:layout_marginTop="30dp"
3232
android:src="@mipmap/ic_launcher" />
3333

3434
<TextView
@@ -118,6 +118,23 @@
118118
android:lineSpacingExtra="3dp"
119119
android:text="@string/author_email" />
120120
</LinearLayout>
121+
122+
<TextView
123+
android:layout_width="wrap_content"
124+
android:layout_height="wrap_content"
125+
android:layout_marginBottom="10dp"
126+
android:layout_marginLeft="@dimen/activity_horizontal_margin"
127+
android:text="精简版"
128+
android:tint="@color/colorPrimary" />
129+
130+
<TextView
131+
android:layout_width="match_parent"
132+
android:layout_height="wrap_content"
133+
android:layout_marginLeft="@dimen/activity_horizontal_margin"
134+
android:autoLink="all"
135+
android:lineSpacingExtra="3dp"
136+
android:text="@string/lite_version" />
137+
121138
</LinearLayout>
122139
</ScrollView>
123140
</LinearLayout>

app/src/main/res/layout/item_password.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
android:layout_width="40dp"
1313
android:layout_height="40dp"
1414
android:layout_marginLeft="10dp"
15-
android:src="@drawable/ic_default_platform" />
15+
tools:src="@drawable/ic_launcher" />
1616

1717
<LinearLayout
1818
android:layout_width="match_parent"
@@ -59,8 +59,8 @@
5959
android:layout_weight="1"
6060
android:inputType="textPassword"
6161
android:maxLines="1"
62-
tools:text="1213456"
63-
android:textSize="12sp" />
62+
android:textSize="12sp"
63+
tools:text="1213456" />
6464
</LinearLayout>
6565

6666
<ImageView

app/src/main/res/values/strings.xml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
<string name="about">由于App不具有网络权限,所以不能在线更新。现已经将代码开源到GitHub,我会不定期更新,欢迎大家Star和Fork(来,互相伤害啊!)。</string>
99
<string name="github_address">https://github.com/CodeXiaoMai/AndroidGeek</string>
10+
<string name="pro_version">https://github.com/CodeXiaoMai/AndroidGeek/raw/master/release/1.0_pro.apk</string>
11+
<string name="lite_version">https://github.com/CodeXiaoMai/AndroidGeek/raw/master/release/1.0_lite.apk</string>
1012

1113
<!-- Behavior -->
1214
<string name="behavior_bottom">com.xiaomai.geek.ui.behavior.BottomBehavior</string>

keystore/mykeystore.jks

-2.02 KB
Binary file not shown.

release/1.0_lite.apk

1.89 MB
Binary file not shown.

release/1.0_pro.apk

1.89 MB
Binary file not shown.

0 commit comments

Comments
 (0)