Firebase implemented, loggin improved and trying to avoid all kind of NPE
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:tint="@color/white"
|
||||
android:src="@android:drawable/ic_input_add"
|
||||
app:borderWidth="0dp"
|
||||
|
||||
@@ -81,6 +81,7 @@
|
||||
android:layout_above="@+id/layoutFooter"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:src="@android:drawable/ic_dialog_map" />
|
||||
|
||||
<com.beardedhen.androidbootstrap.AwesomeTextView
|
||||
|
||||
@@ -299,6 +299,7 @@
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:src="@android:drawable/ic_dialog_map" />
|
||||
|
||||
<android.support.design.widget.FloatingActionButton
|
||||
@@ -308,7 +309,8 @@
|
||||
android:layout_margin="16dp"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentTop="true"
|
||||
android:clickable="true" />
|
||||
android:clickable="true"
|
||||
android:focusable="true"/>
|
||||
</RelativeLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
||||
@@ -434,5 +434,6 @@
|
||||
<item>30</item>
|
||||
<item>60</item>
|
||||
</string-array>
|
||||
<string name="asset_statements" translatable="false">[{\n \"relation\": [\"delegate_permission/common.handle_all_urls\"],\n \"target\": {\n \"namespace\": \"web\",\n \"site\": \"https://www.riskahead.net\",\n }\n}]</string>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user