]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/navigation_header.xml
Enable printing.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / navigation_header.xml
index 0f6c443aaf5be1bf3fa103a68aff63bf1715af10..13d390b3aea2f6f7d948e46f7fd46e43c385d0cf 100644 (file)
@@ -18,7 +18,6 @@
   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:text="@string/navigation"
     android:paddingTop="60dp"
     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_700"
-    android:textColor="@color/white" />
-
+    android:textColor="@color/white" />
\ No newline at end of file