Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
01d0983e
Kaydet (Commit)
01d0983e
authored
Kas 09, 2015
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
android: make toolbar visuals easier to change
Change-Id: I5b4dd8b8c407640cfcd9f366cecfaf6deb0cb3be
üst
b0166b1d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletion
+13
-1
toolbar.xml
android/source/res/layout/toolbar.xml
+5
-1
colors.xml
android/source/res/values/colors.xml
+3
-0
themes.xml
android/source/res/values/themes.xml
+5
-0
No files found.
android/source/res/layout/toolbar.xml
Dosyayı görüntüle @
01d0983e
...
@@ -2,9 +2,13 @@
...
@@ -2,9 +2,13 @@
<android.support.v7.widget.Toolbar
<android.support.v7.widget.Toolbar
android:id=
"@+id/toolbar"
android:id=
"@+id/toolbar"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:elevation=
"3dp"
>
android:elevation=
"3dp"
android:background=
"@color/toolbar_background"
app:theme=
"@style/LibreOfficeTheme.Toolbar"
app:popupTheme=
"@style/LibreOfficeTheme"
>
</android.support.v7.widget.Toolbar>
</android.support.v7.widget.Toolbar>
android/source/res/values/colors.xml
Dosyayı görüntüle @
01d0983e
...
@@ -92,6 +92,9 @@
...
@@ -92,6 +92,9 @@
<color
name=
"panel_grid_item_image_background"
>
#D1D9E1
</color>
<color
name=
"panel_grid_item_image_background"
>
#D1D9E1
</color>
<color
name=
"toolbar_forgeround"
>
#3e3e3e
</color>
<color
name=
"toolbar_background"
>
#ffffff
</color>
<color
name=
"handle_color"
>
#40A040
</color>
<color
name=
"handle_color"
>
#40A040
</color>
</resources>
</resources>
...
...
android/source/res/values/themes.xml
Dosyayı görüntüle @
01d0983e
...
@@ -14,4 +14,9 @@
...
@@ -14,4 +14,9 @@
<item
name=
"android:textColor"
>
@android:color/black
</item>
<item
name=
"android:textColor"
>
@android:color/black
</item>
<item
name=
"android:textSize"
>
15sp
</item>
<item
name=
"android:textSize"
>
15sp
</item>
</style>
</style>
<style
name=
"LibreOfficeTheme.Toolbar"
parent=
"Theme.AppCompat.Light.NoActionBar"
>
<item
name=
"colorPrimary"
>
@color/toolbar_background
</item>
</style>
</resources>
</resources>
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