Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Room Park Android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav Bogdashkin
Room Park Android
Commits
bcb38009
Commit
bcb38009
authored
Sep 23, 2019
by
Vladislav Bogdashkin
🎣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added watch flat screeen'
parent
6a166cbe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
71 additions
and
0 deletions
+71
-0
find_flat_screen.xml
app/src/main/res/layout/find_flat_screen.xml
+49
-0
styles.xml
app/src/main/res/values/styles.xml
+22
-0
No files found.
app/src/main/res/layout/find_flat_screen.xml
0 → 100644
View file @
bcb38009
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:orientation=
"vertical"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"16dp"
android:layout_marginTop=
"32dp"
android:layout_marginEnd=
"16dp"
android:orientation=
"horizontal"
>
<include
layout=
"@layout/simple_text_tabs"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
/>
</LinearLayout>
<com.google.android.material.textfield.TextInputLayout
style=
"@style/SelectFlatInputLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"16dp"
android:layout_marginTop=
"32dp"
android:layout_marginEnd=
"16dp"
>
<com.google.android.material.textfield.TextInputEditText
style=
"@style/SelectFlatInputLayout.EditText"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"32dp"
/>
</com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.button.MaterialButton
style=
"@style/AuthButton"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"16dp"
android:layout_marginTop=
"32dp"
android:layout_marginEnd=
"16dp"
android:text=
"СМОТРЕТЬ"
/>
</LinearLayout>
\ No newline at end of file
app/src/main/res/values/styles.xml
View file @
bcb38009
...
@@ -63,6 +63,28 @@
...
@@ -63,6 +63,28 @@
<item
name=
"android:hint"
>
"ПАРОЛЬ"
</item>
<item
name=
"android:hint"
>
"ПАРОЛЬ"
</item>
</style>
</style>
<style
name=
"SelectFlatInputLayout"
parent=
"Widget.MaterialComponents.TextInputLayout.FilledBox.Dense"
>
<item
name=
"colorControlNormal"
>
@color/colorCommonBackground
</item>
<item
name=
"colorControlActivated"
>
@color/colorCommonBackground
</item>
<item
name=
"boxBackgroundColor"
>
@color/colorCommonBackground
</item>
<item
name=
"android:textColorHint"
>
@color/colorNoticeText
</item>
<item
name=
"android:textColor"
>
@color/colorCommonText
</item>
<item
name=
"errorTextAppearance"
>
@style/Auth.EditText
</item>
<item
name=
"hintTextColor"
>
@color/colorNoticeText
</item>
<item
name=
"android:editTextStyle"
>
@style/SelectFlatInputLayout.EditText
</item>
<item
name=
"android:hint"
>
"Кв.№"
</item>
</style>
<style
name=
"SelectFlatInputLayout.EditText"
parent=
"Widget.AppCompat.EditText"
>
<!-- Inactive underline color-->
<item
name=
"colorControlNormal"
>
@color/colorAccent
</item>
<item
name=
"android:textSize"
>
@dimen/super_size
</item>
<!-- Cursor and Active underline color, uses colorAccent by default if not defined-->
<item
name=
"colorControlActivated"
>
@color/colorAccentSecondary
</item>
</style>
<style
name=
"ToggleTextButton"
parent=
"Widget.MaterialComponents.Button.TextButton"
>
<style
name=
"ToggleTextButton"
parent=
"Widget.MaterialComponents.Button.TextButton"
>
<item
name=
"strokeColor"
>
@color/colorAccent
</item>
<item
name=
"strokeColor"
>
@color/colorAccent
</item>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment