add reveal password icon and more UI tweaks ()

* 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:
Akinwale Ariwodola 2019-05-28 16:00:15 +01:00 committed by GitHub
parent abeadd858e
commit 67d4e97582
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 736 additions and 827 deletions
src/main/java/io/lbry/browser/reactmodules

View file

@ -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)