2020-10-20 16:55:08 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-11-27 12:40:46 +01:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2021-01-18 11:07:12 +01:00
|
|
|
android:id="@+id/pRootLayout"
|
2020-11-27 12:40:46 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:background="@color/c_background_keyboard"
|
2021-02-03 11:54:19 +01:00
|
|
|
tools:context="com.darkweb.genesissearchengine.appManager.homeManager.homeController.homeController">
|
2020-10-20 16:55:08 +02:00
|
|
|
|
2020-12-01 23:10:05 +01:00
|
|
|
<androidx.coordinatorlayout.widget.CoordinatorLayout
|
2020-12-14 10:00:38 +01:00
|
|
|
android:id="@+id/pCoordinatorLayout"
|
2020-11-27 12:40:46 +01:00
|
|
|
android:layout_width="match_parent"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="@color/c_background_keyboard"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
2020-10-20 16:55:08 +02:00
|
|
|
|
2020-12-01 23:10:05 +01:00
|
|
|
<com.google.android.material.appbar.AppBarLayout
|
2020-12-14 10:00:38 +01:00
|
|
|
android:id="@+id/pAppbar"
|
2020-11-27 12:40:46 +01:00
|
|
|
android:layout_width="match_parent"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:layout_height="wrap_content"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:background="@color/c_background"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:translationZ="3dp">
|
2020-10-20 16:55:08 +02:00
|
|
|
|
2021-02-15 21:26:33 +01:00
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
2020-12-01 23:10:05 +01:00
|
|
|
android:id="@+id/pTopLayout"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:background="@color/c_background"
|
|
|
|
android:clipToPadding="true"
|
2020-12-01 23:10:05 +01:00
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
2020-12-14 10:00:38 +01:00
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
app:layout_scrollFlags="scroll|enterAlways|snap">
|
2020-10-20 16:55:08 +02:00
|
|
|
|
2020-12-01 23:10:05 +01:00
|
|
|
<LinearLayout
|
2020-12-14 10:00:38 +01:00
|
|
|
android:id="@+id/pTopbar"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:layout_width="match_parent"
|
2021-03-05 12:34:41 +01:00
|
|
|
android:layout_height="wrap_content"
|
2021-01-18 11:07:12 +01:00
|
|
|
android:background="@color/c_background"
|
2020-12-11 08:05:08 +01:00
|
|
|
android:elevation="4dp"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:gravity="start"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:orientation="vertical"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
tools:ignore="RtlHardcoded,UselessParent">
|
2020-10-20 16:55:08 +02:00
|
|
|
|
2020-12-01 23:10:05 +01:00
|
|
|
<LinearLayout
|
2020-12-14 10:00:38 +01:00
|
|
|
android:id="@+id/pTopBarContainer"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:layout_width="match_parent"
|
2021-01-18 11:07:12 +01:00
|
|
|
android:layout_height="60dp"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:animateLayoutChanges="true"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:gravity="start"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:orientation="horizontal"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
tools:ignore="RtlHardcoded,UselessParent">
|
2020-10-20 16:55:08 +02:00
|
|
|
|
2021-01-18 11:07:12 +01:00
|
|
|
<ImageButton
|
|
|
|
android:id="@+id/pSearchLock"
|
|
|
|
android:layout_width="31dp"
|
|
|
|
android:layout_height="31dp"
|
2020-12-11 08:05:08 +01:00
|
|
|
android:layout_gravity="center_vertical"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:layout_marginStart="15dp"
|
2021-01-18 11:07:12 +01:00
|
|
|
android:background="@xml/gx_ripple_default_round"
|
2020-12-11 08:05:08 +01:00
|
|
|
android:contentDescription="@string/GENERAL_TODO"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:onClick="onLockSecure"
|
|
|
|
android:padding="6dp"
|
|
|
|
android:scaleType="fitCenter"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:src="@xml/ic_baseline_lock"
|
|
|
|
android:translationZ="10dp"
|
2021-01-18 11:07:12 +01:00
|
|
|
app:tint="@color/c_lock_tint"
|
|
|
|
tools:ignore="RtlSymmetry" />
|
2020-12-11 08:05:08 +01:00
|
|
|
|
2021-02-03 11:54:19 +01:00
|
|
|
<com.darkweb.genesissearchengine.appManager.homeManager.homeController.editTextManager
|
2020-12-01 23:10:05 +01:00
|
|
|
android:id="@+id/pSearchInput"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="match_parent"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:layout_marginStart="-35dp"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:layout_marginTop="8dp"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:layout_marginEnd="10dp"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:layout_marginBottom="8dp"
|
|
|
|
android:layout_weight="1"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:animateLayoutChanges="true"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:background="@xml/gx_generic_input"
|
|
|
|
android:completionHintView="@layout/hint_view"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:dropDownAnchor="@id/pSearchEngineBar"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:ems="10"
|
2021-03-05 12:34:41 +01:00
|
|
|
android:fadingEdgeLength="20dp"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:focusableInTouchMode="true"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:hint="@string/GENERAL_SEARCH_HINT"
|
|
|
|
android:importantForAutofill="no"
|
|
|
|
android:inputType="textNoSuggestions"
|
|
|
|
android:maxLines="1"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:paddingStart="40dp"
|
|
|
|
android:paddingEnd="15dp"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:popupElevation="0dp"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:privateImeOptions="nm"
|
2021-03-05 12:34:41 +01:00
|
|
|
android:requiresFadingEdge="horizontal"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:selectAllOnFocus="true"
|
|
|
|
android:text="@string/GENERAL_HOME_URL"
|
|
|
|
android:textColor="@color/c_text_v1"
|
|
|
|
android:textColorHighlight="@color/text_color_highlight_v3"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:textColorHint="@color/c_text_v2"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:textCursorDrawable="@xml/gx_search_cursor_state"
|
2021-03-05 12:34:41 +01:00
|
|
|
android:textIsSelectable="false"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:textSize="16sp"
|
2021-01-18 11:07:12 +01:00
|
|
|
app:hintAnimationEnabled="false"
|
2020-12-14 10:00:38 +01:00
|
|
|
tools:targetApi="o">
|
2020-12-11 08:05:08 +01:00
|
|
|
|
2021-02-03 11:54:19 +01:00
|
|
|
</com.darkweb.genesissearchengine.appManager.homeManager.homeController.editTextManager>
|
2020-12-11 08:05:08 +01:00
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
android:id="@+id/pVoiceInput"
|
|
|
|
android:layout_width="36dp"
|
|
|
|
android:layout_height="36dp"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_marginStart="-60dp"
|
2020-12-11 08:05:08 +01:00
|
|
|
android:layout_marginTop="-1dp"
|
|
|
|
android:layout_marginEnd="15dp"
|
2021-01-28 11:22:41 +01:00
|
|
|
android:background="@xml/hx_ripple_default_round"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:contentDescription="@string/GENERAL_TODO"
|
|
|
|
android:onClick="onVoiceClick"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:paddingStart="10dp"
|
|
|
|
android:paddingEnd="10dp"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:scaleX="1.1"
|
|
|
|
android:scaleY="1.1"
|
2020-12-11 08:05:08 +01:00
|
|
|
android:src="@xml/ic_baseline_keyboard_voice"
|
|
|
|
android:tint="@color/c_navigation_tint"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:visibility="gone" />
|
2020-10-20 16:55:08 +02:00
|
|
|
|
2021-02-07 18:40:35 +01:00
|
|
|
<Button
|
|
|
|
android:id="@+id/pNewTab"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:layout_width="40dp"
|
2021-02-07 18:40:35 +01:00
|
|
|
android:layout_height="40dp"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_marginTop="-1dp"
|
|
|
|
android:layout_marginBottom="0dp"
|
|
|
|
android:background="@xml/gx_generic_tab_button"
|
|
|
|
android:contentDescription="@string/GENERAL_TODO"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
android:text="@string/HOME_TAB_TEXT"
|
|
|
|
android:textColor="@color/c_text_v1"
|
|
|
|
android:textSize="12.5sp"
|
|
|
|
android:tint="@color/black" />
|
2020-12-01 23:10:05 +01:00
|
|
|
|
|
|
|
<ImageButton
|
2020-12-11 08:05:08 +01:00
|
|
|
android:id="@+id/pMenu"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:layout_width="35dp"
|
|
|
|
android:layout_height="wrap_content"
|
2021-02-07 18:40:35 +01:00
|
|
|
android:layout_marginTop="-3dp"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:layout_marginEnd="0dp"
|
|
|
|
android:background="@xml/gx_ripple_gray"
|
|
|
|
android:contentDescription="@string/GENERAL_TODO"
|
|
|
|
android:onClick="onOpenMenuItem"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:paddingStart="8dp"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:paddingTop="15dp"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:paddingEnd="8dp"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:paddingBottom="15dp"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
android:src="@drawable/menu_item"
|
|
|
|
android:tint="@color/c_navigation_tint" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
2021-01-18 11:07:12 +01:00
|
|
|
|
2020-12-01 23:10:05 +01:00
|
|
|
</LinearLayout>
|
2021-02-15 21:26:33 +01:00
|
|
|
|
|
|
|
<com.google.android.gms.ads.AdView
|
|
|
|
android:id="@+id/pAdView"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:alpha="0"
|
|
|
|
android:background="@color/clear_alpha"
|
|
|
|
android:visibility="gone"
|
|
|
|
app:adSize="SMART_BANNER"
|
|
|
|
app:adUnitId="ca-app-pub-3940256099942544/6300978111"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/pTopbar" />
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
2020-12-01 23:10:05 +01:00
|
|
|
|
|
|
|
|
|
|
|
</com.google.android.material.appbar.AppBarLayout>
|
|
|
|
|
|
|
|
<androidx.core.widget.NestedScrollView
|
2020-12-14 10:00:38 +01:00
|
|
|
android:id="@+id/pNestedScroll"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:layout_width="match_parent"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_gravity="fill_vertical"
|
2020-12-11 08:05:08 +01:00
|
|
|
android:layout_marginTop="0dp"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:background="@color/clear_alpha"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:fillViewport="true"
|
2021-03-05 12:34:41 +01:00
|
|
|
android:isScrollContainer="true"
|
|
|
|
android:measureAllChildren="true"
|
2020-12-01 23:10:05 +01:00
|
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
2020-12-14 10:00:38 +01:00
|
|
|
|
2021-02-07 18:40:35 +01:00
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
2020-12-01 23:10:05 +01:00
|
|
|
android:id="@+id/pWebLayoutView"
|
2020-10-20 16:55:08 +02:00
|
|
|
android:layout_width="match_parent"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_marginBottom="0dp"
|
2021-02-03 11:54:19 +01:00
|
|
|
android:background="@color/c_background"
|
2021-02-07 18:40:35 +01:00
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
2020-10-20 16:55:08 +02:00
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
2020-12-01 23:10:05 +01:00
|
|
|
app:layout_constraintTop_toBottomOf="@+id/pTopLayout">
|
2020-11-27 12:40:46 +01:00
|
|
|
|
2021-02-15 21:26:33 +01:00
|
|
|
<com.darkweb.genesissearchengine.appManager.homeManager.geckoManager.NestedGeckoView
|
|
|
|
android:id="@+id/pWebView"
|
2021-02-07 18:40:35 +01:00
|
|
|
android:layout_width="match_parent"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:layout_height="match_parent"
|
2021-02-07 18:40:35 +01:00
|
|
|
android:alpha="1"
|
|
|
|
android:background="@color/c_background"
|
2021-02-15 21:26:33 +01:00
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
|
|
</com.darkweb.genesissearchengine.appManager.homeManager.geckoManager.NestedGeckoView>
|
2021-02-07 18:40:35 +01:00
|
|
|
|
2020-12-11 08:05:08 +01:00
|
|
|
<com.darkweb.genesissearchengine.widget.progressBar.AnimatedProgressBar
|
2020-12-14 10:00:38 +01:00
|
|
|
android:id="@+id/pProgressBar"
|
2020-12-01 23:10:05 +01:00
|
|
|
style="@style/Base.Widget.AppCompat.ProgressBar.Horizontal"
|
|
|
|
android:layout_width="match_parent"
|
2021-01-18 11:07:12 +01:00
|
|
|
android:layout_height="4dp"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:alpha="0"
|
2021-02-07 18:40:35 +01:00
|
|
|
android:background="@color/clear_alpha"
|
2020-12-11 08:05:08 +01:00
|
|
|
android:elevation="7dp"
|
2021-01-18 11:07:12 +01:00
|
|
|
android:max="100"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:progress="0"
|
2020-12-01 23:10:05 +01:00
|
|
|
android:progressDrawable="@xml/hox_photon_progress"
|
2021-01-18 11:07:12 +01:00
|
|
|
android:scaleY="1"
|
2021-02-07 18:40:35 +01:00
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
2021-02-15 21:26:33 +01:00
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
2020-12-01 23:10:05 +01:00
|
|
|
app:shiftDuration="@integer/progress_shift_duration"
|
|
|
|
app:wrapShiftDrawable="true"
|
|
|
|
tools:progress="0" />
|
2020-10-20 16:55:08 +02:00
|
|
|
|
2021-02-07 18:40:35 +01:00
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
2020-12-01 23:10:05 +01:00
|
|
|
</androidx.core.widget.NestedScrollView>
|
|
|
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
2020-10-20 16:55:08 +02:00
|
|
|
|
|
|
|
<FrameLayout
|
2020-12-01 23:10:05 +01:00
|
|
|
android:id="@+id/pSplashLayout"
|
2020-11-27 12:40:46 +01:00
|
|
|
android:layout_width="match_parent"
|
2021-03-05 12:34:41 +01:00
|
|
|
android:layout_height="match_parent"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:animateLayoutChanges="true"
|
2021-03-05 12:34:41 +01:00
|
|
|
android:visibility="visible">
|
2020-11-27 12:40:46 +01:00
|
|
|
|
2020-10-20 16:55:08 +02:00
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
2020-12-14 10:00:38 +01:00
|
|
|
android:id="@+id/pSplashScreen"
|
2020-11-11 13:11:13 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:animateLayoutChanges="true"
|
2021-02-03 11:54:19 +01:00
|
|
|
android:background="@color/landing_ease_blue_splash"
|
|
|
|
android:clickable="true"
|
2020-11-11 13:11:13 +01:00
|
|
|
android:focusable="true">
|
|
|
|
|
2021-02-03 11:54:19 +01:00
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
android:id="@+id/pInfoPortrait"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:layout_width="match_parent"
|
2021-02-03 11:54:19 +01:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:visibility="visible"
|
2020-11-11 13:11:13 +01:00
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
2021-02-03 11:54:19 +01:00
|
|
|
app:layout_constraintStart_toStartOf="parent">
|
2020-10-20 16:55:08 +02:00
|
|
|
|
2021-02-03 11:54:19 +01:00
|
|
|
<ImageView
|
|
|
|
android:id="@+id/pTopImage"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:adjustViewBounds="true"
|
|
|
|
android:background="@color/landing_ease_blue"
|
|
|
|
android:contentDescription="@string/GENERAL_TODO"
|
|
|
|
android:scaleX="1.55"
|
|
|
|
android:scaleY="1.55"
|
|
|
|
android:src="@drawable/wall2"
|
|
|
|
android:translationY="-90dp"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintHeight_percent="0.55"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/pImageDivider"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="130dp"
|
|
|
|
android:adjustViewBounds="true"
|
|
|
|
android:contentDescription="@string/GENERAL_TODO"
|
|
|
|
android:scaleType="fitXY"
|
|
|
|
android:src="@drawable/glide"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/pGenesisLogo"
|
|
|
|
android:layout_width="90dp"
|
|
|
|
android:layout_height="90dp"
|
|
|
|
android:layout_marginStart="5dp"
|
|
|
|
android:layout_marginTop="100dp"
|
|
|
|
android:contentDescription="@string/GENERAL_TODO"
|
2021-03-05 12:34:41 +01:00
|
|
|
android:rotationY="@integer/angle_rtl_180"
|
2021-02-03 11:54:19 +01:00
|
|
|
android:translationZ="3dp"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/pImageDivider"
|
|
|
|
app:srcCompat="@drawable/genesis_logo_bordered" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pInfo4"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="5dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:gravity="start"
|
|
|
|
android:maxHeight="20dp"
|
|
|
|
android:paddingStart="5dp"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:paddingEnd="15dp"
|
2021-02-03 11:54:19 +01:00
|
|
|
android:text="Secured by Tor Network"
|
|
|
|
android:textAlignment="textStart"
|
|
|
|
android:textColor="#bfbfbf"
|
|
|
|
android:textFontWeight="5"
|
|
|
|
android:textSize="12.5sp"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:translationZ="30dp"
|
|
|
|
android:visibility="visible"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/pGenesisLogo"
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/pGenesisLogo"
|
|
|
|
tools:ignore="UnusedAttribute" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pInfo5"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="5dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:gravity="start"
|
|
|
|
android:maxHeight="20dp"
|
|
|
|
android:paddingStart="5dp"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:paddingEnd="15dp"
|
2021-02-03 11:54:19 +01:00
|
|
|
android:text="Builtin Onion Search Engine"
|
|
|
|
android:textAlignment="textStart"
|
|
|
|
android:textColor="#bfbfbf"
|
|
|
|
android:textFontWeight="5"
|
|
|
|
android:textSize="12.5sp"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:translationZ="30dp"
|
|
|
|
android:visibility="visible"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/pGenesisLogo"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/pInfo4"
|
|
|
|
tools:ignore="UnusedAttribute" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pInfo6"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="5dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:gravity="start"
|
|
|
|
android:maxHeight="20dp"
|
|
|
|
android:paddingStart="5dp"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:paddingEnd="15dp"
|
2021-02-03 11:54:19 +01:00
|
|
|
android:text="No Record and Digital Fingerprinting"
|
|
|
|
android:textAlignment="textStart"
|
|
|
|
android:textColor="#bfbfbf"
|
|
|
|
android:textFontWeight="5"
|
|
|
|
android:textSize="12.5sp"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:translationZ="30dp"
|
|
|
|
android:visibility="visible"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/pGenesisLogo"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/pInfo5"
|
|
|
|
tools:ignore="UnusedAttribute" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/pGenesisSecurityLogo"
|
|
|
|
android:layout_width="90dp"
|
|
|
|
android:layout_height="90dp"
|
|
|
|
android:layout_marginStart="5dp"
|
|
|
|
android:layout_marginTop="10dp"
|
2021-03-05 12:34:41 +01:00
|
|
|
android:contentDescription="@string/GENERAL_TODO"
|
|
|
|
android:rotationY="@integer/angle_rtl_180"
|
2021-02-03 11:54:19 +01:00
|
|
|
android:translationZ="3dp"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/pGenesisLogo"
|
2021-03-05 12:34:41 +01:00
|
|
|
app:srcCompat="@drawable/sheild_logo_bordered" />
|
2021-02-03 11:54:19 +01:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pInfo2"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="5dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:gravity="start"
|
|
|
|
android:maxHeight="20dp"
|
|
|
|
android:paddingStart="5dp"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:paddingEnd="15dp"
|
2021-02-03 11:54:19 +01:00
|
|
|
android:text="Secured by Tor Network"
|
|
|
|
android:textAlignment="textStart"
|
|
|
|
android:textColor="#bfbfbf"
|
|
|
|
android:textFontWeight="5"
|
|
|
|
android:textSize="12.5sp"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:translationZ="30dp"
|
|
|
|
android:visibility="visible"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/pGenesisLogo"
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/pGenesisSecurityLogo"
|
|
|
|
tools:ignore="UnusedAttribute" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pInfo3"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="5dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:gravity="start"
|
|
|
|
android:maxHeight="20dp"
|
|
|
|
android:paddingStart="5dp"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:paddingEnd="15dp"
|
2021-02-03 11:54:19 +01:00
|
|
|
android:text="Builtin Onion Search Engine"
|
|
|
|
android:textAlignment="textStart"
|
|
|
|
android:textColor="#bfbfbf"
|
|
|
|
android:textFontWeight="5"
|
|
|
|
android:textSize="12.5sp"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:translationZ="30dp"
|
|
|
|
android:visibility="visible"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/pGenesisLogo"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/pInfo2"
|
|
|
|
tools:ignore="UnusedAttribute" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pInfo7"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="5dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:gravity="start"
|
|
|
|
android:maxHeight="20dp"
|
|
|
|
android:paddingStart="5dp"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:paddingEnd="15dp"
|
2021-02-03 11:54:19 +01:00
|
|
|
android:text="No Record and Digital Fingerprinting"
|
|
|
|
android:textAlignment="textStart"
|
|
|
|
android:textColor="#bfbfbf"
|
|
|
|
android:textFontWeight="5"
|
|
|
|
android:textSize="12.5sp"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:translationZ="30dp"
|
|
|
|
android:visibility="visible"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/pGenesisLogo"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/pInfo3"
|
|
|
|
tools:ignore="UnusedAttribute" />
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
|
|
|
|
android:id="@+id/pInfoLandscape"
|
2020-11-11 13:11:13 +01:00
|
|
|
android:layout_width="match_parent"
|
2021-02-03 11:54:19 +01:00
|
|
|
android:layout_height="match_parent"
|
2021-03-05 12:34:41 +01:00
|
|
|
android:visibility="gone"
|
2020-11-11 13:11:13 +01:00
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
2021-02-03 11:54:19 +01:00
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/pGenesisLogoBottom"
|
|
|
|
android:layout_width="90dp"
|
|
|
|
android:layout_height="90dp"
|
|
|
|
android:layout_marginStart="7dp"
|
|
|
|
android:layout_marginTop="15dp"
|
|
|
|
android:contentDescription="@string/GENERAL_TODO"
|
2021-03-05 12:34:41 +01:00
|
|
|
android:rotationY="@integer/angle_rtl_180"
|
2021-02-03 11:54:19 +01:00
|
|
|
android:translationZ="3dp"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
app:srcCompat="@drawable/genesis_logo_bordered" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pInfo"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="5dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:gravity="start"
|
|
|
|
android:maxHeight="20dp"
|
|
|
|
android:paddingStart="5dp"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:paddingEnd="15dp"
|
2021-02-03 11:54:19 +01:00
|
|
|
android:text="Secured by Tor Network"
|
|
|
|
android:textAlignment="textStart"
|
|
|
|
android:textColor="#bfbfbf"
|
|
|
|
android:textFontWeight="5"
|
|
|
|
android:textSize="12.5sp"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:translationZ="30dp"
|
|
|
|
android:visibility="visible"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/pGenesisLogoBottom"
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/pGenesisLogoBottom"
|
|
|
|
tools:ignore="UnusedAttribute" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pInfo8"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="5dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:gravity="start"
|
|
|
|
android:maxHeight="20dp"
|
|
|
|
android:paddingStart="5dp"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:paddingEnd="15dp"
|
2021-02-03 11:54:19 +01:00
|
|
|
android:text="Builtin Onion Search Engine"
|
|
|
|
android:textAlignment="textStart"
|
|
|
|
android:textColor="#bfbfbf"
|
|
|
|
android:textFontWeight="5"
|
|
|
|
android:textSize="12.5sp"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:translationZ="30dp"
|
|
|
|
android:visibility="visible"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/pGenesisLogoBottom"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/pInfo"
|
|
|
|
tools:ignore="UnusedAttribute" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pInfo9"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="5dp"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:gravity="start"
|
|
|
|
android:maxHeight="20dp"
|
|
|
|
android:paddingStart="5dp"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:paddingEnd="15dp"
|
2021-02-03 11:54:19 +01:00
|
|
|
android:text="No Record and Digital Fingerprinting"
|
|
|
|
android:textAlignment="textStart"
|
|
|
|
android:textColor="#bfbfbf"
|
|
|
|
android:textFontWeight="5"
|
|
|
|
android:textSize="12.5sp"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:translationZ="30dp"
|
|
|
|
android:visibility="visible"
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/pGenesisLogoBottom"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/pInfo8"
|
|
|
|
tools:ignore="UnusedAttribute" />
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
2021-03-05 12:34:41 +01:00
|
|
|
<Button
|
2020-11-11 13:11:13 +01:00
|
|
|
android:id="@+id/Connect"
|
|
|
|
android:layout_width="120dp"
|
2020-12-14 18:43:18 +01:00
|
|
|
android:layout_height="51dp"
|
2021-02-03 11:54:19 +01:00
|
|
|
android:layout_marginStart="23dp"
|
|
|
|
android:layout_marginBottom="23dp"
|
|
|
|
android:background="@xml/hox_rounded_corner_splash_no_ripple"
|
2020-11-11 13:11:13 +01:00
|
|
|
android:onClick="onStartApplication"
|
|
|
|
android:text="@string/HOME_CONNECT"
|
2021-02-03 11:54:19 +01:00
|
|
|
app:layout_constraintBottom_toTopOf="@+id/pCopyright"
|
2020-12-14 10:00:38 +01:00
|
|
|
app:layout_constraintStart_toStartOf="parent" />
|
|
|
|
|
2021-02-25 15:26:43 +01:00
|
|
|
<ProgressBar
|
|
|
|
android:id="@+id/pProgressBarIndeterminate"
|
|
|
|
style="?android:attr/progressBarStyleHorizontal"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="16dp"
|
|
|
|
android:alpha="0"
|
|
|
|
android:elevation="5dp"
|
|
|
|
android:indeterminate="true"
|
|
|
|
android:indeterminateTint="#99ffff"
|
|
|
|
android:translationY="6.5dp"
|
|
|
|
android:visibility="gone"
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/pCopyright"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent" />
|
|
|
|
|
2020-12-14 10:00:38 +01:00
|
|
|
<View
|
2021-01-18 11:07:12 +01:00
|
|
|
android:id="@+id/pDivider1"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:layout_width="match_parent"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:layout_height="3dp"
|
|
|
|
android:alpha="0.5"
|
|
|
|
android:background="#264d73"
|
2021-02-03 11:54:19 +01:00
|
|
|
android:elevation="4dp"
|
2020-12-14 10:00:38 +01:00
|
|
|
app:layout_constraintBottom_toTopOf="@+id/pCopyright"
|
2020-11-11 13:11:13 +01:00
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
2020-12-14 10:00:38 +01:00
|
|
|
app:layout_constraintStart_toStartOf="parent" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/pCopyright"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:layout_width="match_parent"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:layout_height="wrap_content"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:background="#0A1727"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:paddingStart="15dp"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:paddingTop="10dp"
|
2021-03-05 12:34:41 +01:00
|
|
|
android:paddingEnd="15dp"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:paddingBottom="10dp"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:text="@string/HOME_COPYRIGHT"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:textColor="#4a6868"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:textSize="13sp"
|
|
|
|
android:textStyle="bold"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
2020-11-11 13:11:13 +01:00
|
|
|
app:layout_constraintStart_toStartOf="parent" />
|
2020-10-20 16:55:08 +02:00
|
|
|
|
|
|
|
<ImageButton
|
2020-12-14 10:00:38 +01:00
|
|
|
android:id="@+id/pSettings"
|
2020-11-11 13:11:13 +01:00
|
|
|
android:layout_width="53dp"
|
2020-12-14 18:43:18 +01:00
|
|
|
android:layout_height="51dp"
|
2020-11-11 13:11:13 +01:00
|
|
|
android:layout_marginStart="7dp"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:layout_marginBottom="20dp"
|
2020-11-11 13:11:13 +01:00
|
|
|
android:background="@xml/hox_rounded_corner_splash"
|
|
|
|
android:contentDescription="@string/GENERAL_TODO"
|
|
|
|
android:elevation="2dp"
|
|
|
|
android:onClick="onLoadProxy"
|
2020-11-27 12:40:46 +01:00
|
|
|
android:src="@xml/ic_gear"
|
2020-11-11 13:11:13 +01:00
|
|
|
android:tint="@color/black"
|
2021-01-18 11:07:12 +01:00
|
|
|
app:layout_constraintBottom_toTopOf="@+id/pDivider1"
|
2020-12-14 10:00:38 +01:00
|
|
|
app:layout_constraintStart_toEndOf="@+id/Connect" />
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
android:id="@+id/pOrbotLogManager"
|
|
|
|
android:layout_width="53dp"
|
2020-12-14 18:43:18 +01:00
|
|
|
android:layout_height="51dp"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:layout_marginStart="7dp"
|
|
|
|
android:layout_marginBottom="20dp"
|
|
|
|
android:background="@xml/hox_rounded_corner_splash"
|
|
|
|
android:contentDescription="@string/GENERAL_TODO"
|
|
|
|
android:elevation="2dp"
|
|
|
|
android:onClick="onOrbotLog"
|
|
|
|
android:src="@xml/ic_baseline_bug"
|
|
|
|
android:tint="@color/black"
|
2021-01-18 11:07:12 +01:00
|
|
|
app:layout_constraintBottom_toTopOf="@+id/pDivider1"
|
2020-12-14 10:00:38 +01:00
|
|
|
app:layout_constraintStart_toEndOf="@+id/pSettings" />
|
2020-10-20 16:55:08 +02:00
|
|
|
|
|
|
|
<TextView
|
2020-12-14 10:00:38 +01:00
|
|
|
android:id="@+id/pOrbotLogs"
|
2020-11-11 13:11:13 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:layout_marginStart="18dp"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:layout_marginBottom="20dp"
|
|
|
|
android:background="@xml/hx_border_left"
|
2020-11-11 13:11:13 +01:00
|
|
|
android:ellipsize="end"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:gravity="start"
|
|
|
|
android:maxHeight="250dp"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:maxLines="4"
|
|
|
|
android:minHeight="80dp"
|
|
|
|
android:paddingStart="15dp"
|
|
|
|
android:paddingTop="18dp"
|
2021-02-15 21:26:33 +01:00
|
|
|
android:paddingEnd="20dp"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:paddingBottom="15dp"
|
2020-11-11 13:11:13 +01:00
|
|
|
android:text="@string/HOME_LOADING"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:textAlignment="textStart"
|
2020-11-11 13:11:13 +01:00
|
|
|
android:textColor="@color/white"
|
|
|
|
android:textFontWeight="5"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:textSize="14sp"
|
2020-11-11 13:11:13 +01:00
|
|
|
android:visibility="invisible"
|
2020-12-14 18:43:18 +01:00
|
|
|
app:layout_constraintBottom_toTopOf="@+id/pSettings"
|
2020-11-11 13:11:13 +01:00
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
tools:ignore="UnusedAttribute" />
|
2020-10-20 16:55:08 +02:00
|
|
|
|
2020-12-14 18:43:18 +01:00
|
|
|
<ImageView
|
|
|
|
android:id="@+id/pLoadingIcon"
|
|
|
|
android:layout_width="21dp"
|
|
|
|
android:layout_height="21dp"
|
|
|
|
android:contentDescription="@string/GENERAL_TODO"
|
|
|
|
android:translationZ="100dp"
|
|
|
|
android:visibility="gone"
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/pOrbotLogs"
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/pOrbotLogs"
|
|
|
|
app:srcCompat="@drawable/icon_loading" />
|
|
|
|
|
2020-12-24 09:55:18 +01:00
|
|
|
<ImageView
|
|
|
|
android:id="@+id/pBlocker"
|
|
|
|
android:layout_width="189dp"
|
|
|
|
android:layout_height="65dp"
|
|
|
|
android:layout_marginTop="14dp"
|
|
|
|
android:layout_marginBottom="13dp"
|
2021-02-03 11:54:19 +01:00
|
|
|
android:background="@color/clear_alpha"
|
2021-03-05 12:34:41 +01:00
|
|
|
android:clickable="false"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:contentDescription="@string/GENERAL_TODO"
|
|
|
|
android:focusable="false"
|
|
|
|
android:translationZ="3dp"
|
2021-01-18 11:07:12 +01:00
|
|
|
app:layout_constraintBottom_toTopOf="@+id/pDivider1"
|
2020-12-24 09:55:18 +01:00
|
|
|
app:layout_constraintEnd_toEndOf="@+id/pSettings"
|
|
|
|
app:layout_constraintStart_toStartOf="@+id/Connect"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/pOrbotLogs" />
|
|
|
|
|
2020-10-20 16:55:08 +02:00
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
2020-12-01 23:10:05 +01:00
|
|
|
android:id="@+id/pFloatingLayout"
|
2020-11-27 12:40:46 +01:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="24dp"
|
|
|
|
android:layout_marginBottom="24dp"
|
|
|
|
android:alpha="0"
|
2021-03-14 18:59:37 +01:00
|
|
|
android:visibility="gone"
|
2020-11-27 12:40:46 +01:00
|
|
|
android:backgroundTint="@color/white"
|
|
|
|
android:clickable="true"
|
|
|
|
android:contentDescription="@string/GENERAL_TODO"
|
|
|
|
android:focusable="true"
|
|
|
|
android:src="@drawable/icon_ban"
|
|
|
|
app:borderWidth="0dp"
|
|
|
|
app:elevation="10dp"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:srcCompat="?attr/actionModeSelectAllDrawable"
|
|
|
|
tools:ignore="ExtraText" />
|
2020-10-20 16:55:08 +02:00
|
|
|
|
2020-11-27 12:40:46 +01:00
|
|
|
<include
|
|
|
|
android:id="@+id/pFindBar"
|
|
|
|
layout="@layout/popup_find"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:elevation="8dp"
|
|
|
|
android:visibility="gone"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
2020-12-01 23:10:05 +01:00
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
2020-10-20 16:55:08 +02:00
|
|
|
|
2020-12-24 09:55:18 +01:00
|
|
|
<include
|
|
|
|
android:id="@+id/pSearchEngineBar"
|
2021-02-03 11:54:19 +01:00
|
|
|
layout="@layout/popup_search_view"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:layout_width="match_parent"
|
2021-01-18 11:07:12 +01:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_marginTop="59dp"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:elevation="8dp"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:visibility="gone"
|
2020-12-24 09:55:18 +01:00
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
2021-02-07 18:40:35 +01:00
|
|
|
app:layout_constraintStart_toStartOf="parent" />
|
2020-12-24 09:55:18 +01:00
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/pBlockerFullSceen"
|
|
|
|
android:layout_width="match_parent"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:layout_height="match_parent"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:alpha="0"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:background="@color/black"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:clickable="true"
|
2020-12-14 10:00:38 +01:00
|
|
|
android:contentDescription="@string/GENERAL_TODO"
|
2020-12-24 09:55:18 +01:00
|
|
|
android:focusable="true"
|
|
|
|
android:visibility="gone"
|
|
|
|
tools:srcCompat="@tools:sample/avatars" />
|
2020-10-20 16:55:08 +02:00
|
|
|
|
2021-02-07 18:40:35 +01:00
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/fragment_frame"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" />
|
2021-01-18 11:07:12 +01:00
|
|
|
|
2021-03-15 15:11:31 +01:00
|
|
|
<include
|
|
|
|
android:id="@+id/pPopupLoadNewTab"
|
|
|
|
layout="@layout/popup_load_new_tab"
|
|
|
|
android:translationZ="5dp"
|
|
|
|
android:visibility="gone" />
|
|
|
|
|
2021-03-05 12:34:41 +01:00
|
|
|
<androidx.fragment.app.FragmentContainerView
|
|
|
|
android:id="@+id/mTabFragment"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:name="com.darkweb.genesissearchengine.appManager.tabManager.tabController"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:background="@color/c_background"
|
|
|
|
android:alpha="0"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
2019-06-24 21:48:05 +02:00
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|