StevenRudenko / ActionsContentView

ActionsContentView is an standalone library implements actions/content swiping view (AKA Side Navigation UI Pattern, AKA Facebook side menu). The library doesn't use any specific code introduced in new Android SDK versions. This allows develop an application with an action/content swiping view for every version of Android from 2.2 and up.
https://play.google.com/store/apps/details?id=sample.actionscontentview
441 stars 179 forks source link

How to call WebView and call a specific html file? #40

Closed generalistcodes closed 10 years ago

generalistcodes commented 10 years ago

I want to replace the about fragment with a webview and call specific page "file:///android_asset/www/login.html" how to do this?

StevenRudenko commented 10 years ago

Replace settings://about by file:///android_asset/www/login.html here : https://github.com/StevenRudenko/ActionsContentView/blob/master/ActionsContentViewExample/res/values/arrays.xml#L106

Please don't post questions here. Write private email or as community on http://stackoverflow.com/

generalistcodes commented 10 years ago

I already figure it out.Thanks :)

generalistcodes commented 10 years ago

This library is so cool bro :+1: