Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AloqaIM-Android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
AloqaIM-Android
Commits
d443a9c5
Commit
d443a9c5
authored
Oct 08, 2018
by
Filipe de Lima Brito
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates the actionmode color.
parent
e35474cc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
4 deletions
+3
-4
activity_authentication.xml
app/src/main/res/layout/activity_authentication.xml
+0
-1
activity_main.xml
app/src/main/res/layout/activity_main.xml
+0
-1
app_bar.xml
app/src/main/res/layout/app_bar.xml
+1
-2
styles.xml
app/src/main/res/values/styles.xml
+2
-0
No files found.
app/src/main/res/layout/activity_authentication.xml
View file @
d443a9c5
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
android:orientation=
"vertical"
android:theme=
"@style/AppTheme"
tools:context=
".authentication.ui.AuthenticationActivity"
>
tools:context=
".authentication.ui.AuthenticationActivity"
>
<include
<include
...
...
app/src/main/res/layout/activity_main.xml
View file @
d443a9c5
...
@@ -5,7 +5,6 @@
...
@@ -5,7 +5,6 @@
android:id=
"@+id/drawer_layout"
android:id=
"@+id/drawer_layout"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:theme=
"@style/AppTheme"
tools:context=
".main.ui.MainActivity"
>
tools:context=
".main.ui.MainActivity"
>
<LinearLayout
<LinearLayout
...
...
app/src/main/res/layout/app_bar.xml
View file @
d443a9c5
...
@@ -3,8 +3,7 @@
...
@@ -3,8 +3,7 @@
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:background=
"@color/colorPrimary"
android:background=
"@color/colorPrimary"
>
android:theme=
"@style/Theme.AppCompat.Light.NoActionBar"
>
<androidx.appcompat.widget.Toolbar
<androidx.appcompat.widget.Toolbar
android:id=
"@+id/toolbar"
android:id=
"@+id/toolbar"
...
...
app/src/main/res/values/styles.xml
View file @
d443a9c5
...
@@ -8,6 +8,8 @@
...
@@ -8,6 +8,8 @@
<item
name=
"colorAccent"
>
@color/colorAccent
</item>
<item
name=
"colorAccent"
>
@color/colorAccent
</item>
<item
name=
"windowActionModeOverlay"
>
true
</item>
<item
name=
"windowActionModeOverlay"
>
true
</item>
<item
name=
"searchViewStyle"
>
@style/ChatRoom.SearchView
</item>
<item
name=
"searchViewStyle"
>
@style/ChatRoom.SearchView
</item>
<item
name=
"actionModeBackground"
>
@color/colorPrimary
</item>
<item
name=
"android:actionModeBackground"
>
@color/colorPrimary
</item>
</style>
</style>
<!-- Widget styles. -->
<!-- Widget styles. -->
...
...
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