Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xabber-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
xabber-android
Commits
109bb1cf
Commit
109bb1cf
authored
Apr 22, 2015
by
Grigory Fedorov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app:theme replaced by android:theme in toolbar xml description. actionModeBackground removed.
parent
3de81449
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
14 deletions
+4
-14
myapp_action_mode_background.xml
app/src/main/res/drawable/myapp_action_mode_background.xml
+0
-8
chat_viewer_item.xml
app/src/main/res/layout/chat_viewer_item.xml
+1
-1
contact_subscription.xml
app/src/main/res/layout/contact_subscription.xml
+1
-1
expandable_contact_title_activity.xml
...src/main/res/layout/expandable_contact_title_activity.xml
+1
-1
toolbar_default.xml
app/src/main/res/layout/toolbar_default.xml
+1
-1
theme.xml
app/src/main/res/values/theme.xml
+0
-2
No files found.
app/src/main/res/drawable/myapp_action_mode_background.xml
deleted
100644 → 0
View file @
3de81449
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:top=
"-2dp"
android:left=
"-2dp"
android:right=
"-2dp"
>
<shape
android:shape=
"rectangle"
>
<solid
android:color=
"@color/primary_material_dark"
/>
</shape>
</item>
</layer-list>
app/src/main/res/layout/chat_viewer_item.xml
View file @
109bb1cf
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:minHeight=
"52dp"
android:minHeight=
"52dp"
a
pp
:theme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
a
ndroid
:theme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme=
"@style/ThemeOverlay.AppCompat.Light"
app:popupTheme=
"@style/ThemeOverlay.AppCompat.Light"
android:background=
"?attr/colorPrimary"
android:background=
"?attr/colorPrimary"
android:elevation=
"8dp"
android:elevation=
"8dp"
...
...
app/src/main/res/layout/contact_subscription.xml
View file @
109bb1cf
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
android:id=
"@+id/top_toolbar"
android:id=
"@+id/top_toolbar"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"?attr/actionBarSize"
android:layout_height=
"?attr/actionBarSize"
a
pp
:theme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
a
ndroid
:theme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme=
"@style/ThemeOverlay.AppCompat.Light"
app:popupTheme=
"@style/ThemeOverlay.AppCompat.Light"
android:elevation=
"8dp"
android:elevation=
"8dp"
android:background=
"@android:color/transparent"
android:background=
"@android:color/transparent"
...
...
app/src/main/res/layout/expandable_contact_title_activity.xml
View file @
109bb1cf
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
android:id=
"@+id/toolbar_overlay"
android:id=
"@+id/toolbar_overlay"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"?attr/actionBarSize"
android:layout_height=
"?attr/actionBarSize"
a
pp
:theme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
a
ndroid
:theme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme=
"@style/ThemeOverlay.AppCompat.Light"
app:popupTheme=
"@style/ThemeOverlay.AppCompat.Light"
android:elevation=
"8dp"
android:elevation=
"8dp"
/>
/>
...
...
app/src/main/res/layout/toolbar_default.xml
View file @
109bb1cf
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:minHeight=
"?attr/actionBarSize"
android:minHeight=
"?attr/actionBarSize"
a
pp
:theme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
a
ndroid
:theme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme=
"@style/ThemeOverlay.AppCompat.Light"
app:popupTheme=
"@style/ThemeOverlay.AppCompat.Light"
android:background=
"?attr/colorPrimary"
android:background=
"?attr/colorPrimary"
android:elevation=
"8dp"
android:elevation=
"8dp"
...
...
app/src/main/res/values/theme.xml
View file @
109bb1cf
...
@@ -19,8 +19,6 @@
...
@@ -19,8 +19,6 @@
<!--for text selection toolbar to be above usual toolbar -->
<!--for text selection toolbar to be above usual toolbar -->
<item
name=
"windowActionModeOverlay"
>
true
</item>
<item
name=
"windowActionModeOverlay"
>
true
</item>
<!--for text selection toolbar color -->
<item
name=
"actionModeBackground"
>
@drawable/myapp_action_mode_background
</item>
<!-- for hardware button menu -->
<!-- for hardware button menu -->
<item
name=
"panelBackground"
>
?attr/colorPrimary
</item>
<item
name=
"panelBackground"
>
?attr/colorPrimary
</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