...
This commit is contained in:
@@ -7,6 +7,15 @@
|
||||
android:layout_height="match_parent"
|
||||
tools:context=".activity.Intro">
|
||||
|
||||
<WebView
|
||||
android:id="@+id/hidden_web"
|
||||
android:layout_margin="60dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"/>
|
||||
|
||||
<WebView
|
||||
android:id="@+id/menu_web"
|
||||
@@ -158,5 +167,6 @@
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
<!--//style="@style/Widget.AppCompat.ProgressBar.Horizontal"-->
|
||||
@@ -7,7 +7,7 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_margin="8dp"
|
||||
android:layout_margin="15dp"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:orientation="horizontal"
|
||||
@@ -43,7 +43,7 @@
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:layout_margin="5dp"
|
||||
android:padding="2dp"
|
||||
android:gravity="center"
|
||||
android:gravity="start"
|
||||
android:includeFontPadding="false"
|
||||
android:id="@+id/first_view"
|
||||
android:lineSpacingExtra="0dp"
|
||||
@@ -55,6 +55,7 @@
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:layout_margin="5dp"
|
||||
android:padding="2dp"
|
||||
android:gravity="start"
|
||||
android:includeFontPadding="false"
|
||||
android:lineSpacingExtra="0dp"
|
||||
android:visibility="visible"
|
||||
@@ -63,7 +64,11 @@
|
||||
android:layout_weight="1"
|
||||
style="@style/sss"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/current_page"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user