/
githubmirror
/
MPAndroidChart
Обзор
Документация
Войти
/
githubmirror
/
MPAndroidChart
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
MPChartExample/src/main/res/layout/frag_simple_bar.xml
10 строк
358 B
almic
More Cleanup
28 окт 2018, 03:00
Не верифицирован
28 окт 2018, 03:00
5030b36
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/parentLayout" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <!-- We add the chart programmatically here. See BarChartFrag.java --> </FrameLayout>