add reveal password icon and more UI tweaks (#554)
* add reveal password icon and more UI tweaks * navigation workaround. more UI updates and tweaks. * update control colours. fix search. * optimise launcher icon. file page style tweak. * optimise media player buffer values
This commit is contained in:
parent
abeadd858e
commit
67d4e97582
58 changed files with 736 additions and 827 deletions
src/main/java/io/lbry/browser/reactmodules
|
@ -239,7 +239,7 @@ public class UtilityModule extends ReactContextBaseJavaModule {
|
|||
boolean hasThumbnail = false;
|
||||
final NotificationCompat.Builder builder = new NotificationCompat.Builder(context, NOTIFICATION_CHANNEL_ID);
|
||||
builder.setAutoCancel(true)
|
||||
.setColor(ContextCompat.getColor(context, R.color.lbrygreen))
|
||||
.setColor(ContextCompat.getColor(context, R.color.lbryGreen))
|
||||
.setContentIntent(DownloadManager.getLaunchPendingIntent(uri, context))
|
||||
.setContentTitle(publisher)
|
||||
.setContentText(title)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue