Fixed the 'full node' switch, activated the jack tools to support some Java 8 features, and fixed some lint issues
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Button xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Got it"
|
||||
android:textStyle="bold"
|
||||
android:background="@drawable/material_showcase_button_bg"
|
||||
android:textSize="13sp"
|
||||
android:text="Got it"
|
||||
android:textAllCaps="true"
|
||||
android:textColor="@android:color/white"
|
||||
>
|
||||
|
||||
</Button>
|
||||
android:textSize="13sp"
|
||||
android:textStyle="bold">
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user