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
dea50a9c
Kaydet (Commit)
dea50a9c
authored
Eki 10, 2014
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More tabs -> spaces.
Change-Id: I9a3e104b05479413dc314f299824a48ead004693
üst
b9e8e8c1
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
96 additions
and
99 deletions
+96
-99
document_viewer.xml
...id/experimental/LOAndroid3/res/layout/document_viewer.xml
+17
-18
file_explorer_grid_item.xml
...imental/LOAndroid3/res/layout/file_explorer_grid_item.xml
+5
-6
file_grid.xml
android/experimental/LOAndroid3/res/layout/file_grid.xml
+11
-12
file_list.xml
android/experimental/LOAndroid3/res/layout/file_list.xml
+5
-6
file_list_item.xml
...oid/experimental/LOAndroid3/res/layout/file_list_item.xml
+29
-30
main.xml
android/experimental/LOAndroid3/res/layout/main.xml
+2
-1
navigation_grid_item.xml
...perimental/LOAndroid3/res/layout/navigation_grid_item.xml
+10
-11
arrays.xml
android/experimental/LOAndroid3/res/values/arrays.xml
+4
-3
libreoffice_preferences.xml
...perimental/LOAndroid3/res/xml/libreoffice_preferences.xml
+13
-12
No files found.
android/experimental/LOAndroid3/res/layout/document_viewer.xml
Dosyayı görüntüle @
dea50a9c
...
...
@@ -7,27 +7,27 @@
-->
<RelativeLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:id=
"@+id/document_viewer_root"
>
<ViewFlipper
<ViewFlipper
android:id=
"@+id/page_flipper"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
android:layout_height=
"match_parent"
>
</ViewFlipper>
<HorizontalScrollView
<HorizontalScrollView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_alignBottom=
"@id/page_flipper"
android:scrollbarAlwaysDrawHorizontalTrack=
"true"
android:background=
"#aa000000"
>
<LinearLayout
android:id=
"@+id/navigator"
android:layout_width=
"wrap_content"
android:layout_height=
"120dp"
android:layout_margin=
"15dp"
android:orientation=
"horizontal"
>
</LinearLayout>
</HorizontalScrollView
>
android:layout_alignBottom=
"@id/page_flipper"
android:scrollbarAlwaysDrawHorizontalTrack=
"true"
android:background=
"#aa000000"
>
<LinearLayout
android:id=
"@+id/navigator"
android:layout_width=
"wrap_content"
android:layout_height=
"120dp"
android:layout_margin=
"15dp"
android:orientation=
"horizontal"
>
</LinearLayout>
</HorizontalScrollView
>
</RelativeLayout>
\ No newline at end of file
</RelativeLayout>
android/experimental/LOAndroid3/res/layout/file_explorer_grid_item.xml
Dosyayı görüntüle @
dea50a9c
...
...
@@ -10,15 +10,15 @@
android:layout_height=
"match_parent"
android:paddingTop=
"10dp"
android:orientation=
"vertical"
>
<ImageView
<ImageView
android:id=
"@+id/grid_item_image"
android:layout_width=
"100dp"
android:layout_height=
"142dp"
android:scaleType=
"fitStart"
android:layout_gravity=
"center"
>
</ImageView>
<TextView
android:id=
"@+id/grid_item_label"
android:layout_width=
"wrap_content"
...
...
@@ -28,9 +28,9 @@
android:paddingRight=
"10dp"
android:paddingTop=
"10dp"
android:layout_gravity=
"center"
android:textSize=
"15dp"
android:textSize=
"15dp"
android:textStyle=
"bold"
android:maxLines=
"2"
>
</TextView>
</LinearLayout>
\ No newline at end of file
</LinearLayout>
android/experimental/LOAndroid3/res/layout/file_grid.xml
Dosyayı görüntüle @
dea50a9c
...
...
@@ -12,16 +12,16 @@
<GridView
android:id=
"@+id/file_explorer_grid_view"
android:layout_width=
"fill_parent"
android:layout_height=
"fill_parent"
android:columnWidth=
"120dp"
android:numColumns=
"auto_fit"
android:verticalSpacing=
"10dp"
android:horizontalSpacing=
"10dp"
android:stretchMode=
"columnWidth"
android:layout_width=
"fill_parent"
android:layout_height=
"fill_parent"
android:columnWidth=
"120dp"
android:numColumns=
"auto_fit"
android:verticalSpacing=
"10dp"
android:horizontalSpacing=
"10dp"
android:stretchMode=
"columnWidth"
android:background=
"#ffeeeeee"
android:gravity=
"center"
>
android:gravity=
"center"
>
</GridView>
</LinearLayout>
\ No newline at end of file
</LinearLayout>
android/experimental/LOAndroid3/res/layout/file_list.xml
Dosyayı görüntüle @
dea50a9c
...
...
@@ -10,11 +10,11 @@
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
>
<ListView
android:id=
"@+id/file_explorer_list_view"
android:layout_width=
"fill_parent"
android:layout_height=
"fill_parent"
>
</ListView>
android:layout_width=
"fill_parent"
android:layout_height=
"fill_parent"
>
</ListView>
</LinearLayout>
\ No newline at end of file
</LinearLayout>
android/experimental/LOAndroid3/res/layout/file_list_item.xml
Dosyayı görüntüle @
dea50a9c
...
...
@@ -9,7 +9,7 @@
android:layout_width=
"match_parent"
android:layout_height=
"48dp"
android:orientation=
"horizontal"
>
<ImageView
<ImageView
android:id=
"@+id/file_list_item_icon"
android:layout_height=
"match_parent"
android:layout_width=
"32dp"
...
...
@@ -17,31 +17,31 @@
android:layout_gravity=
"center"
/>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"48dp"
android:orientation=
"horizontal"
>
<TextView
android:id=
"@+id/file_list_item_name"
android:layout_height=
"48dp"
android:layout_width=
"0dp"
android:textSize=
"15dp"
android:textStyle=
"bold"
android:layout_weight=
"2"
android:gravity=
"center"
/>
<TextView
android:id=
"@+id/file_list_item_size"
android:layout_height=
"48dp"
android:layout_width=
"0dp"
android:textSize=
"15dp"
android:textStyle=
"bold"
android:layout_weight=
"1"
android:gravity=
"center"
/>
<TextView
android:id=
"@+id/file_list_item_date"
android:layout_height=
"48dp"
android:layout_width=
"0dp"
android:textSize=
"15dp"
android:textStyle=
"bold"
android:layout_weight=
"2"
android:gravity=
"center"
/>
</LinearLayout>
</LinearLayout>
\ No newline at end of file
android:layout_height=
"48dp"
android:orientation=
"horizontal"
>
<TextView
android:id=
"@+id/file_list_item_name"
android:layout_height=
"48dp"
android:layout_width=
"0dp"
android:textSize=
"15dp"
android:textStyle=
"bold"
android:layout_weight=
"2"
android:gravity=
"center"
/>
<TextView
android:id=
"@+id/file_list_item_size"
android:layout_height=
"48dp"
android:layout_width=
"0dp"
android:textSize=
"15dp"
android:textStyle=
"bold"
android:layout_weight=
"1"
android:gravity=
"center"
/>
<TextView
android:id=
"@+id/file_list_item_date"
android:layout_height=
"48dp"
android:layout_width=
"0dp"
android:textSize=
"15dp"
android:textStyle=
"bold"
android:layout_weight=
"2"
android:gravity=
"center"
/>
</LinearLayout>
</LinearLayout>
android/experimental/LOAndroid3/res/layout/main.xml
Dosyayı görüntüle @
dea50a9c
...
...
@@ -17,6 +17,6 @@
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
/>
</LinearLayout>
\ No newline at end of file
android/experimental/LOAndroid3/res/layout/navigation_grid_item.xml
Dosyayı görüntüle @
dea50a9c
...
...
@@ -9,15 +9,15 @@
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"150dp"
android:layout_height=
"150dp"
android:layout_gravity=
"center"
android:background=
"#00880000"
android:layout_gravity=
"center"
android:background=
"#00880000"
android:orientation=
"vertical"
>
<!-- Can I give all thumbs the same ID? works in grid adapter "getView" -->
<ImageView
android:src=
"@drawable/dummy_page"
android:id=
"@+id/thumbnail"
android:layout_width=
"120dp"
android:layout_height=
"120dp"
android:layout_margin=
"15dp"
android:layout_gravity=
"center"
/>
</LinearLayout>
\ No newline at end of file
<ImageView
android:src=
"@drawable/dummy_page"
android:id=
"@+id/thumbnail"
android:layout_width=
"120dp"
android:layout_height=
"120dp"
android:layout_margin=
"15dp"
android:layout_gravity=
"center"
/>
</LinearLayout>
android/experimental/LOAndroid3/res/values/arrays.xml
Dosyayı görüntüle @
dea50a9c
...
...
@@ -29,7 +29,7 @@
<item
>
0
</item>
<item
>
1
</item>
</string-array>
<!-- Preference Name Arrays -->
<string-array
name=
"file_view_modes"
>
<item
>
EVERYTHING
</item>
...
...
@@ -51,6 +51,6 @@
<item
>
Largest First
</item>
<item
>
Smallest First
</item>
</string-array>
</resources>
\ No newline at end of file
android/experimental/LOAndroid3/res/xml/libreoffice_preferences.xml
Dosyayı görüntüle @
dea50a9c
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<ListPreference
<ListPreference
android:title=
"Default File Filter"
android:summary=
"Set which files to show by default"
android:entries=
"@array/FilterTypeNames"
android:entryValues=
"@array/FilterTypeStringValues"
android:entries=
"@array/FilterTypeNames"
android:entryValues=
"@array/FilterTypeStringValues"
android:key=
"FILTER_MODE"
/>
<ListPreference
android:summary=
"Select how to order files; A-Z, by size, etc."
android:key=
"SORT_MODE"
<ListPreference
android:summary=
"Select how to order files; A-Z, by size, etc."
android:key=
"SORT_MODE"
android:title=
"File Order"
android:entries=
"@array/SortModeNames"
android:entryValues=
"@array/SortModeStringValues"
/>
<ListPreference
android:entries=
"@array/ViewModeNames"
android:entryValues=
"@array/ViewModeStringValues"
android:title=
"Default File Explorer View"
android:key=
"EXPLORER_VIEW_TYPE"
<ListPreference
android:entries=
"@array/ViewModeNames"
android:entryValues=
"@array/ViewModeStringValues"
android:title=
"Default File Explorer View"
android:key=
"EXPLORER_VIEW_TYPE"
android:summary=
"View files as a grid or in a list. #not functional, yet."
/>
</PreferenceScreen>
\ No newline at end of file
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