8000 Fix style · PuffOpenSource/Puff-Android@365b398 · GitHub
[go: up one dir, main page]

Skip to content

Commit 365b398

Browse files
committed
Fix style
1 parent 8252475 commit 365b398

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed
-833 Bytes
Loading

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
android:layout_height="60dp"
3838
android:id="@+id/toolbar_text_input"
3939
android:layout_marginTop="60dp"
40-
android:paddingTop="16dp"
4140
android:paddingLeft="@dimen/activity_horizontal_margin"
4241
android:paddingRight="@dimen/activity_horizontal_margin"
4342
app:layout_collapseMode="parallax"

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@
126126
android:layout_width="match_parent"
127127
android:layout_height="wrap_content"
128128
android:minHeight="60dp"
129-
android:id="@+id/website"
130-
android:inputType="textPassword" />
129+
android:id="@+id/website" />
131130
</android.support.design.widget.TextInputLayout>
132131

133132
</LinearLayout>
@@ -165,7 +164,7 @@
165164
android:layout_height="wrap_content"
166165
android:paddingTop="2dp"
167166
android:paddingBottom="2dp"
168-
android:text="Save"
167+
android:text="@string/save"
169168
android:id="@+id/save_button"
170169
android:layout_marginBottom="20dp"/>
171170

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
android:background="#D5D7DB"
99
android:keyBackground="@drawable/btn_keyboard_abc_key"
1010
android:keyPreviewLayout="@layout/layout_ime_preview"
11-
android:keyPreviewHeight="40dp"
11+
android:keyPreviewHeight="80dp"
1212
android:keyPreviewOffset="0dp"
1313
android:keyTextColor="@android:color/black"
1414
android:keyTextSize="20dp"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="wrap_content"
4-
android:layout_height="30dp"
4+
android:layout_height="80dp"
55
android:gravity="center"
66
android:background="@drawable/btn_keyboard_abc_key"
77
android:textStyle="bold"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,5 @@
9595
<string name="subtype_en_US">Puff安全键盘</string>
9696
<string name="title_activity_set_quick_password">SetQuickPasswordActivity</string>
9797
<string name="warning_master_password">谨慎选择你的主密码。\n主密码丢失后是不可能恢复数据的。</string>
98+
<string name="save">保存</string>
9899
</resources>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,5 @@
115115
<string name="delete">Delete</string>
116116
<string name="password_generator">Password Generator</string>
117117
<string name="warning_master_password">Choose your master password wisely. \nOnce you forget it, there is no way to recover your data.</string>
118+
<string name="save">Save</string>
118119
</resources>

0 commit comments

Comments
 (0)
0