標題:
CollapsingToolbarLayout (二)
[打印本頁]
作者:
tonyh
時間:
2018-4-28 18:39
標題:
CollapsingToolbarLayout (二)
本帖最後由 tonyh 於 2018-4-28 18:42 編輯
[attach]3982[/attach]
[attach]3983[/attach]
[attach]3984[/attach]
android:text="星座是指天上一群群的恆星組合。自從古代以來,人類便把三五成群的恆星與他們神話中的人物或器具聯繫起來,稱之為「星座」。\n\n星座幾乎是所有文明中確定天空方位的手段,在航海領域應用頗廣。對星座的劃分完全是人為的,不同的文明對於其劃分和命名都不盡相同。\n\n星座一直沒有統一規定的精確邊界,直到1930年,國際天文學聯合會為了統一繁雜的星座劃分,用精確的邊界把天空分為八十八個正式的星座,使天空多數恆星都屬於某一特定星座。\n\n這些正式的星座大多都以中世紀傳下來的古希臘傳統星座為基礎。與此相對地,有一些廣泛流傳但是沒有被認可為正式星座的星星的組合叫做星群,例如北斗七星(參見恆星統稱列表)。\n\n在三維的宇宙中,這些恆星其實相互間不一定有實際的關係,不過其在天球這一個球殼面上的位置相近,而其實它們之間可能相距很遠。如果我們身處銀河中另一太陽系,我們看到的星空將會完全不同。\n\n自古以來,人們對於恆星的排列和形狀很感興趣,並很自然地把一些位置相近的星聯繫起來組成星座。"
layout/activity_main.xml
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<android.support.design.widget.AppBarLayout
android:id="@+id/appbar"
android:layout_width="match_parent"
android:layout_height="240dp">
<android.support.design.widget.CollapsingToolbarLayout
android:id="@+id/collapsingToolbar"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:contentScrim="@color/colorPrimary"
app:layout_scrollFlags="scroll|exitUntilCollapsed"
app:title="@string/app_name">
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
android:src="@drawable/shutterstock"
app:layout_collapseMode="parallax" />
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"/>
</android.support.design.widget.CollapsingToolbarLayout>
</android.support.design.widget.AppBarLayout>
<android.support.v4.widget.NestedScrollView
android:id="@+id/nestedScrollView"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="30dp"
android:text="星座是指天上一群群的恆星組合。自從古代以來,人類便把三五成群的恆星與他們神話中的人物或器具聯繫起來,稱之為「星座」。\n\n星座幾乎是所有文明中確定天空方位的手段,在航海領域應用頗廣。對星座的劃分完全是人為的,不同的文明對於其劃分和命名都不盡相同。\n\n星座一直沒有統一規定的精確邊界,直到1930年,國際天文學聯合會為了統一繁雜的星座劃分,用精確的邊界把天空分為八十八個正式的星座,使天空多數恆星都屬於某一特定星座。\n\n這些正式的星座大多都以中世紀傳下來的古希臘傳統星座為基礎。與此相對地,有一些廣泛流傳但是沒有被認可為正式星座的星星的組合叫做星群,例如北斗七星(參見恆星統稱列表)。\n\n在三維的宇宙中,這些恆星其實相互間不一定有實際的關係,不過其在天球這一個球殼面上的位置相近,而其實它們之間可能相距很遠。如果我們身處銀河中另一太陽系,我們看到的星空將會完全不同。\n\n自古以來,人們對於恆星的排列和形狀很感興趣,並很自然地把一些位置相近的星聯繫起來組成星座。"
android:textSize="20sp" />
</LinearLayout>
</android.support.v4.widget.NestedScrollView>
</android.support.design.widget.CoordinatorLayout>
複製代碼
作者:
林宇翔
時間:
2018-5-5 17:01
此帖僅作者可見
作者:
李允軒
時間:
2018-5-5 17:05
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2