diff options
author | Renard | 2016-05-08 17:47:07 -0300 |
---|---|---|
committer | Renard | 2016-05-08 17:47:07 -0300 |
commit | 22e5b86dcf7bd8e20abf7ab0de197a29f77e78d7 (patch) | |
tree | 48bef72964fe0009be4b125f51809f1233415739 /app/src/main/res/layout/app_bar_main.xml | |
parent | 19e44b5af8549fe7c45677df967f0d0b9b1f1eb6 (diff) | |
download | BaiApp-1.8.tar.gz BaiApp-1.8.tar.xz BaiApp-1.8.zip |
1.8v1.8
Diffstat (limited to 'app/src/main/res/layout/app_bar_main.xml')
-rw-r--r-- | app/src/main/res/layout/app_bar_main.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/app_bar_main.xml b/app/src/main/res/layout/app_bar_main.xml index 088b082..9202c71 100644 --- a/app/src/main/res/layout/app_bar_main.xml +++ b/app/src/main/res/layout/app_bar_main.xml @@ -29,7 +29,7 @@ android:layout_height="wrap_content" android:layout_gravity="bottom|end" android:layout_margin="@dimen/fab_margin" - android:src="@drawable/ic_edit" + android:src="@drawable/ic_action_add" android:alpha="128" /> </android.support.design.widget.CoordinatorLayout> |