]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Remove label from the action bar.
authorSoren Stoutner <soren@stoutner.com>
Thu, 22 Oct 2015 23:30:15 +0000 (16:30 -0700)
committerSoren Stoutner <soren@stoutner.com>
Thu, 22 Oct 2015 23:30:15 +0000 (16:30 -0700)
app/src/main/AndroidManifest.xml

index 02deefaca231af5a89399aba8921b25447181bb5..b07addeb9b1a89a6659c32c60e2fac2bc3906f4a 100644 (file)
 
         <!-- configChanges orientation and screenSize makes the app not reload when the orientation changes. -->
         <!-- windowSoftInputMode stateAlwaysHidden hides the keyboard when the app starts. -->
+        <!-- Setting the label as null removes it from the action bar. -->
         <activity
             android:name=".Webview"
             android:configChanges="orientation|screenSize"
-            android:label="@string/privacy_browser"
+            android:label=""
             android:windowSoftInputMode="stateAlwaysHidden">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />