File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed
java/com/kcode/bottomlib/utils Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 55import android .view .animation .TranslateAnimation ;
66
77/**
8- * 动画工具类
8+ * Animations util
99 * Created by caik on 16/9/22.
1010 */
1111
Original file line number Diff line number Diff line change 77 <TextView
88 android : id =" @+id/item"
99 android : textSize =" 18sp"
10- android : textColor =" #333333 "
10+ android : textColor =" @color/bottom_lib_item_text_color "
1111 android : gravity =" center"
1212 android : background =" @drawable/seletcor_bottom_lib_button"
1313 android : layout_width =" match_parent"
Original file line number Diff line number Diff line change 22<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
33 android : layout_width =" match_parent"
44 android : layout_height =" wrap_content"
5- android : background =" #00000000 "
5+ android : background =" @color/bottom_lib_transport "
66 android : orientation =" vertical"
77 android : padding =" 12dp" >
88
4040 android : layout_height =" 46dp"
4141 android : layout_marginTop =" 20dp"
4242 android : background =" @drawable/seletcor_bottom_lib_button"
43- android : text =" 取消 "
43+ android : text =" @string/cancel "
4444 android : textSize =" 18sp" />
4545
4646</LinearLayout >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources >
3+ <color name =" bottom_lib_transport" >#00000000</color >
4+ <color name =" bottom_lib_item_text_color" >#333333</color >
5+ </resources >
Original file line number Diff line number Diff line change 11<resources >
22 <string name =" app_name" >BottomLib</string >
3+ <string name =" cancel" >取消</string >
34</resources >
You can’t perform that action at this time.
0 commit comments