Changed size of divider to 1dp. Updated floating button.
This commit is contained in:
parent
3ce22db63b
commit
8910f6ab14
6 changed files with 3 additions and 3 deletions
BIN
OsmAnd/res/drawable-hdpi/ic_action_map.png
Normal file
BIN
OsmAnd/res/drawable-hdpi/ic_action_map.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
OsmAnd/res/drawable-mdpi/ic_action_map.png
Normal file
BIN
OsmAnd/res/drawable-mdpi/ic_action_map.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
OsmAnd/res/drawable-xhdpi/ic_action_map.png
Normal file
BIN
OsmAnd/res/drawable-xhdpi/ic_action_map.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
OsmAnd/res/drawable-xxhdpi/ic_action_map.png
Normal file
BIN
OsmAnd/res/drawable-xxhdpi/ic_action_map.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
|
@ -47,6 +47,6 @@
|
|||
android:layout_gravity="start"
|
||||
android:choiceMode="singleChoice"
|
||||
android:divider="@drawable/divider"
|
||||
android:dividerHeight="1px" />
|
||||
android:dividerHeight="1dp" />
|
||||
|
||||
</android.support.v4.widget.DrawerLayout>
|
|
@ -108,8 +108,8 @@ public class MainMenuActivity extends BaseDownloadActivity {
|
|||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
|
||||
FloatingActionButton fabButton = new FloatingActionButton.Builder(this)
|
||||
.withDrawable(getResources().getDrawable(R.drawable.ic_ac_settings))
|
||||
.withButtonColor(Color.WHITE)
|
||||
.withDrawable(getResources().getDrawable(R.drawable.ic_action_map))
|
||||
.withButtonColor(Color.parseColor("#ff8f00"))
|
||||
.withGravity(Gravity.BOTTOM | Gravity.RIGHT)
|
||||
.withMargins(0, 0, 16, 16)
|
||||
.create();
|
||||
|
|
Loading…
Reference in a new issue