Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake the Android UI pretty #21403
Open
Make the Android UI pretty #21403
Labels
Comments
|
Would we be able to use Firefox UI icons for this? |
|
No. There are many legaal complexities around that and it's not worth getting into those issues at Servo's current state. |
|
Even the UI assets? Like back and forward icons? |
|
Yes. We do not want our application to use any of Firefox's assets. |
|
i have interested to do but it has any suggestions? |
Using icons instead of text could be a good start. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of now, it looks like this:
There are plenty of ways to make this look better. Maybe the buttons should be under a drop down menu. We should use icons instead of text. The toolbar should be merged with the UI top bar. Etc.
To make changes to the UI, all that is needed is Android Studio. Open support/android/apk, and then select
servoapp/res/layout/activity_main.xml:A lot of things can be done from this Design tool.
It's likely that some changes to
MainActivity.javawill be required too.See wiki to build Servo for Android without building the rust code.
If anyone is interested to work on this, I'd be happy to help.