/
NikolayIvkin
/
MPAndroidChart1
Обзор
Документация
Войти
/
NikolayIvkin
/
MPAndroidChart1
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
MPChartExample/src/main/res/layout/activity_scrollview.xml
42 строки
1 KB
almic
More Cleanup
28 окт 2018, 03:00
Не верифицирован
28 окт 2018, 03:00
5030b36
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" > <TextView android:layout_width="match_parent" android:layout_height="30dp" android:gravity="center" android:text="@string/scrollViewStart" /> <!-- THIS IS JUST A PLACEHOLDER --> <View android:layout_width="match_parent" android:layout_height="350dp" /> <com.github.mikephil.charting.charts.BarChart android:id="@+id/chart1" android:layout_width="match_parent" android:layout_height="450dp" /> <!-- THIS IS JUST A PLACEHOLDER --> <View android:layout_width="match_parent" android:layout_height="700dp" /> <TextView android:layout_width="match_parent" android:layout_height="30dp" android:gravity="center" android:text="@string/scrollViewEnd" /> </LinearLayout> </ScrollView>