File tree Expand file tree Collapse file tree 6 files changed +6
-72
lines changed Expand file tree Collapse file tree 6 files changed +6
-72
lines changed Original file line number Diff line number Diff line change 8
8
import java .util .List ;
9
9
10
10
public class SoftKeyboardStateHelper implements ViewTreeObserver .OnGlobalLayoutListener {
11
+
11
12
public interface SoftKeyboardStateListener {
12
13
void onSoftKeyboardOpened (int keyboardHeightInPx );
13
14
void onSoftKeyboardClosed ();
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 67
67
android : id =" @+id/input_box"
68
68
android : hint =" 留下你的评论吧"
69
69
android : textSize =" 14sp"
70
+ android : textColor =" @color/rank_text_color"
70
71
android : layout_marginEnd =" @dimen/eight_dp"
71
72
android : layout_marginStart =" @dimen/sixteen_dp"
72
73
android : layout_toStartOf =" @+id/post"
Original file line number Diff line number Diff line change 39
39
android : paddingStart =" @dimen/twelve_dp"
40
40
android : drawablePadding =" @dimen/six_dp"
41
41
android : textSize =" 14sp"
42
+ android : textColor =" @color/rank_text_color"
42
43
android : imeOptions =" actionSearch"
43
44
android : singleLine =" true"
44
45
android : layout_toStartOf =" @+id/more"
Original file line number Diff line number Diff line change 29
29
android : layout_width =" wrap_content"
30
30
android : id =" @+id/translated_text"
31
31
android : layout_marginEnd =" @dimen/sixteen_dp"
32
+ android : textColor =" @color/deep_dark"
32
33
android : layout_marginTop =" @dimen/twelve_dp"
33
34
android : layout_alignParentEnd =" true"
34
35
android : layout_marginBottom =" @dimen/twelve_dp"
38
39
39
40
<View
40
41
android : layout_width =" match_parent"
41
- android : background =" #e7e7e7 "
42
+ android : background =" @color/background "
42
43
android : layout_below =" @+id/title_text"
43
44
android : layout_marginStart =" @dimen/twelve_dp"
44
45
android : layout_marginEnd =" @dimen/twelve_dp"
Original file line number Diff line number Diff line change 34
34
<color name =" dark_text" >#FFFFFF</color >
35
35
36
36
<color name =" black_overlay" >#66000000</color >
37
- <color name =" deep_dark" >#212121 </color >
37
+ <color name =" deep_dark" >#FFFFFF </color >
38
38
<color name =" hito_bg" >#000339</color >
39
39
<color name =" trans" >#00eeeeee</color >
40
40
<color name =" tag_text_unselect" >#FFFFFF</color >
You can’t perform that action at this time.
0 commit comments