mirror of https://github.com/Corewala/Buran
Titles are shown in dialogs
This commit is contained in:
parent
fbf13728eb
commit
42ad53708d
|
@ -12,14 +12,25 @@
|
|||
android:paddingTop="@dimen/default_margin">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageButton
|
||||
android:id="@+id/close_tab_dialog"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_margin="@dimen/button_margin"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:src="@drawable/vector_close" />
|
||||
android:id="@+id/close_tab_dialog"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:src="@drawable/vector_close" android:layout_marginTop="@dimen/button_margin"
|
||||
android:layout_marginStart="@dimen/button_margin" android:layout_marginEnd="@dimen/button_margin"
|
||||
android:layout_marginBottom="@dimen/button_margin"/>
|
||||
|
||||
<android.widget.TextView
|
||||
android:id="@+id/header_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_toRightOf="@id/close_tab_dialog"
|
||||
android:layout_marginLeft="@dimen/screen_margin"
|
||||
android:textSize="@dimen/h3_text_size"
|
||||
android:text="@string/about"/>
|
||||
|
||||
</RelativeLayout>
|
||||
<androidx.core.widget.NestedScrollView
|
||||
|
|
|
@ -21,6 +21,16 @@
|
|||
android:layout_marginStart="@dimen/button_margin" android:layout_marginEnd="@dimen/button_margin"
|
||||
android:layout_marginBottom="@dimen/button_margin"/>
|
||||
|
||||
<android.widget.TextView
|
||||
android:id="@+id/header_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_toRightOf="@id/close_tab_dialog"
|
||||
android:layout_marginLeft="@dimen/screen_margin"
|
||||
android:textSize="@dimen/h3_text_size"
|
||||
android:text="@string/bookmarks"/>
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageButton
|
||||
android:id="@+id/bookmark_overflow"
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
@ -13,30 +13,39 @@
|
|||
/>
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/header"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="@dimen/default_margin">
|
||||
android:id="@+id/header"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="@dimen/default_margin">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageButton
|
||||
android:id="@+id/close_image_content_dialog"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_margin="@dimen/button_margin"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:src="@drawable/vector_close" />
|
||||
android:id="@+id/close_image_content_dialog"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_margin="@dimen/button_margin"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:src="@drawable/vector_close"/>
|
||||
|
||||
<android.widget.TextView
|
||||
android:id="@+id/header_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginLeft="48dp"
|
||||
android:textSize="24sp"
|
||||
android:text="@string/image"/>
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageButton
|
||||
android:id="@+id/image_overflow"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_margin="@dimen/button_margin"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:src="@drawable/vector_overflow" />
|
||||
android:id="@+id/image_overflow"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_margin="@dimen/button_margin"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:src="@drawable/vector_overflow"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
|
|
@ -11,14 +11,25 @@
|
|||
android:paddingTop="@dimen/default_margin">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageButton
|
||||
android:id="@+id/close_text_content_dialog"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_margin="@dimen/button_margin"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:src="@drawable/vector_close" />
|
||||
android:id="@+id/close_text_content_dialog"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:src="@drawable/vector_close" android:layout_marginTop="@dimen/button_margin"
|
||||
android:layout_marginStart="@dimen/button_margin" android:layout_marginEnd="@dimen/button_margin"
|
||||
android:layout_marginBottom="@dimen/button_margin"/>
|
||||
|
||||
<android.widget.TextView
|
||||
android:id="@+id/header_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_toRightOf="@id/close_text_content_dialog"
|
||||
android:layout_marginLeft="@dimen/screen_margin"
|
||||
android:textSize="@dimen/h3_text_size"
|
||||
android:text="@string/text"/>
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageButton
|
||||
android:id="@+id/history_overflow"
|
||||
|
|
|
@ -11,30 +11,42 @@
|
|||
android:paddingTop="@dimen/default_margin">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageButton
|
||||
android:id="@+id/close_tab_dialog"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_margin="@dimen/button_margin"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:src="@drawable/vector_close" />
|
||||
android:id="@+id/close_tab_dialog"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_alignParentStart="true"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:src="@drawable/vector_close" android:layout_marginTop="@dimen/button_margin"
|
||||
android:layout_marginStart="@dimen/button_margin" android:layout_marginEnd="@dimen/button_margin"
|
||||
android:layout_marginBottom="@dimen/button_margin"/>
|
||||
|
||||
<android.widget.TextView
|
||||
android:id="@+id/header_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_toRightOf="@id/close_tab_dialog"
|
||||
android:layout_marginLeft="@dimen/screen_margin"
|
||||
android:textSize="@dimen/h3_text_size"
|
||||
android:text="@string/history"/>
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageButton
|
||||
android:id="@+id/history_overflow"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_margin="@dimen/button_margin"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:src="@drawable/vector_overflow" />
|
||||
android:id="@+id/history_overflow"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:src="@drawable/vector_overflow" android:layout_marginTop="@dimen/button_margin"
|
||||
android:layout_marginStart="@dimen/button_margin" android:layout_marginEnd="@dimen/button_margin"
|
||||
android:layout_marginBottom="@dimen/button_margin"/>
|
||||
|
||||
</RelativeLayout>
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/history_recycler"
|
||||
android:layout_below="@+id/header"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
android:id="@+id/history_recycler"
|
||||
android:layout_below="@+id/header"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
</RelativeLayout>
|
|
@ -28,6 +28,8 @@
|
|||
<string name="page_backlinks">Liens de retour</string>
|
||||
<string name="add_bookmark">Ajouter marque-page</string>
|
||||
<string name="bookmarks">Marque-pages</string>
|
||||
<string name="image">Image</string>
|
||||
<string name="text">Texte</string>
|
||||
<string name="name">Nom</string>
|
||||
<string name="gemini_uri">URL Gemini</string>
|
||||
<string name="edit">Éditer</string>
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
<string name="page_backlinks">Backlinks</string>
|
||||
<string name="add_bookmark">Add Bookmark</string>
|
||||
<string name="bookmarks">Bookmarks</string>
|
||||
<string name="image">Image</string>
|
||||
<string name="text">Text</string>
|
||||
<string name="name">Name</string>
|
||||
<string name="gemini_uri">Gemini URL</string>
|
||||
<string name="edit">Edit</string>
|
||||
|
|
Loading…
Reference in New Issue