mirror of
https://github.com/zoriya/Opus.git
synced 2025-12-06 06:26:15 +00:00
Resolving some bugs and releasing a new version.
This commit is contained in:
@@ -38,6 +38,7 @@ namespace MusicApp.Resources.Portable_Class
|
||||
SetSupportActionBar(FindViewById<Toolbar>(Resource.Id.toolbar));
|
||||
SupportActionBar.SetHomeAsUpIndicator(Resource.Drawable.Close);
|
||||
SupportActionBar.SetDisplayHomeAsUpEnabled(true);
|
||||
FindViewById<Toolbar>(Resource.Id.toolbar).NavigationIcon.SetColorFilter(Color.White, PorterDuff.Mode.SrcAtop);
|
||||
Window.SetStatusBarColor(Color.Argb(255, 33, 33, 33));
|
||||
|
||||
ListView = FindViewById<RecyclerView>(Resource.Id.recycler);
|
||||
|
||||
@@ -87,6 +87,7 @@
|
||||
android:background="@drawable/GradientShape"
|
||||
android:layout_width="80dp"
|
||||
android:layout_height="80dp"
|
||||
android:tint="#ffffff"
|
||||
android:padding="20dp"
|
||||
android:layout_marginLeft="15dp"
|
||||
android:layout_marginRight="15dp"/>
|
||||
@@ -96,6 +97,7 @@
|
||||
android:background="@drawable/GradientShape"
|
||||
android:layout_width="80dp"
|
||||
android:layout_height="80dp"
|
||||
android:tint="#ffffff"
|
||||
android:padding="20dp"
|
||||
android:layout_marginLeft="15dp"
|
||||
android:layout_marginRight="15dp" />
|
||||
|
||||
Reference in New Issue
Block a user