]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/navigation_header.xml
Always reset the `SYSTEM_UI` flags in `applySettings();`
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / navigation_header.xml
index 7ed9685ec9653b1b18c116b435e91df814e0450c..dbe3190a621a5e4655e6a8815b68d6de614f3882 100644 (file)
   You should have received a copy of the GNU General Public License
   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
 
-<!-- We can remove android:paddingLeft and android:PaddingRight once API >=17. -->
 <TextView
     xmlns:android="http://schemas.android.com/apk/res/android"
     android:id="@+id/navigationText"
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
     android:text="@string/navigation"
-    android:paddingTop="60dp"
+    android:paddingTop="35dp"
     android:paddingBottom="8dp"
-    android:paddingLeft="15dp"
-    android:paddingRight="15dp"
     android:paddingStart="15dp"
+    android:paddingEnd="15dp"
     android:textStyle="bold"
     android:textSize="20sp"
-    android:background="@color/blue"
-    android:textColor="@color/white" />
-
+    android:background="@color/blue_700"
+    android:textColor="@color/white" />
\ No newline at end of file