|
|
@ -1,34 +1,34 @@ |
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
tools:context="ru.defend.defdevteam.tstu.NewsFragment" |
|
|
|
android:id="@+id/fragment_news"> |
|
|
|
|
|
|
|
<ScrollView |
|
|
|
<FrameLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:alpha="0.6" |
|
|
|
android:background="@android:color/darker_gray"> |
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:alpha="0.6" |
|
|
|
android:background="@android:color/darker_gray"> |
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
<ScrollView |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_margin="15dp"> |
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:orientation="vertical" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:alpha="1" |
|
|
|
android:layout_margin="25dp" |
|
|
|
android:background="@android:color/background_light" |
|
|
|
android:id="@+id/floatingitem_second"> |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:orientation="vertical" |
|
|
|
android:alpha="1" |
|
|
|
android:background="@android:color/background_light" |
|
|
|
android:id="@+id/floatingitem_second"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:text="TextView" |
|
|
@ -50,12 +50,13 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat" |
|
|
|
android:id="@+id/floatingnews_content"/> |
|
|
|
android:id="@+id/floatingnews_content" |
|
|
|
android:padding="5dp"/> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
</ScrollView> |
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|