|
|
@ -17,8 +17,7 @@
|
|
|
|
~ with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
~ with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
<RelativeLayout android:id="@+id/container"
|
|
|
|
android:id="@+id/container"
|
|
|
|
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
@ -29,7 +28,7 @@
|
|
|
|
android:id="@+id/toolbar"
|
|
|
|
android:id="@+id/toolbar"
|
|
|
|
style="@style/Toolbar"
|
|
|
|
style="@style/Toolbar"
|
|
|
|
app:popupTheme="?toolbarPopupTheme"
|
|
|
|
app:popupTheme="?toolbarPopupTheme"
|
|
|
|
android:layout_alignParentTop="true"/>
|
|
|
|
android:layout_alignParentTop="true" />
|
|
|
|
|
|
|
|
|
|
|
|
<ScrollView
|
|
|
|
<ScrollView
|
|
|
|
android:id="@+id/scrollView"
|
|
|
|
android:id="@+id/scrollView"
|
|
|
@ -41,11 +40,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
style="@style/CardList"
|
|
|
|
style="@style/CardList"
|
|
|
|
|
|
|
|
android:id="@+id/linearLayout"
|
|
|
|
android:clipToPadding="false">
|
|
|
|
android:clipToPadding="false">
|
|
|
|
|
|
|
|
|
|
|
|
<org.isoron.uhabits.activities.habits.show.views.SubtitleCardView
|
|
|
|
<org.isoron.uhabits.activities.habits.show.views.SubtitleCardView
|
|
|
|
android:id="@+id/subtitleCard"
|
|
|
|
android:id="@+id/subtitleCard"
|
|
|
|
style="@style/ShowHabit.Subtitle"/>
|
|
|
|
style="@style/ShowHabit.Subtitle" />
|
|
|
|
|
|
|
|
|
|
|
|
<org.isoron.uhabits.activities.habits.show.views.NotesCardView
|
|
|
|
<org.isoron.uhabits.activities.habits.show.views.NotesCardView
|
|
|
|
android:id="@+id/notesCard"
|
|
|
|
android:id="@+id/notesCard"
|
|
|
@ -55,36 +55,36 @@
|
|
|
|
<org.isoron.uhabits.activities.habits.show.views.OverviewCardView
|
|
|
|
<org.isoron.uhabits.activities.habits.show.views.OverviewCardView
|
|
|
|
android:id="@+id/overviewCard"
|
|
|
|
android:id="@+id/overviewCard"
|
|
|
|
style="@style/Card"
|
|
|
|
style="@style/Card"
|
|
|
|
android:paddingTop="12dp"/>
|
|
|
|
android:paddingTop="12dp" />
|
|
|
|
|
|
|
|
|
|
|
|
<org.isoron.uhabits.activities.habits.show.views.TargetCardView
|
|
|
|
<org.isoron.uhabits.activities.habits.show.views.TargetCardView
|
|
|
|
android:id="@+id/targetCard"
|
|
|
|
android:id="@+id/targetCard"
|
|
|
|
style="@style/Card"
|
|
|
|
style="@style/Card"
|
|
|
|
android:paddingTop="12dp"/>
|
|
|
|
android:paddingTop="12dp" />
|
|
|
|
|
|
|
|
|
|
|
|
<org.isoron.uhabits.activities.habits.show.views.ScoreCardView
|
|
|
|
<org.isoron.uhabits.activities.habits.show.views.ScoreCardView
|
|
|
|
android:id="@+id/scoreCard"
|
|
|
|
android:id="@+id/scoreCard"
|
|
|
|
style="@style/Card"
|
|
|
|
style="@style/Card"
|
|
|
|
android:gravity="center"/>
|
|
|
|
android:gravity="center" />
|
|
|
|
|
|
|
|
|
|
|
|
<org.isoron.uhabits.activities.habits.show.views.BarCardView
|
|
|
|
<org.isoron.uhabits.activities.habits.show.views.BarCardView
|
|
|
|
android:id="@+id/barCard"
|
|
|
|
android:id="@+id/barCard"
|
|
|
|
style="@style/Card"
|
|
|
|
style="@style/Card"
|
|
|
|
android:gravity="center"/>
|
|
|
|
android:gravity="center" />
|
|
|
|
|
|
|
|
|
|
|
|
<org.isoron.uhabits.activities.habits.show.views.HistoryCardView
|
|
|
|
<org.isoron.uhabits.activities.habits.show.views.HistoryCardView
|
|
|
|
android:id="@+id/historyCard"
|
|
|
|
android:id="@+id/historyCard"
|
|
|
|
style="@style/Card"
|
|
|
|
style="@style/Card"
|
|
|
|
android:gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:paddingBottom="0dp"/>
|
|
|
|
android:paddingBottom="0dp" />
|
|
|
|
|
|
|
|
|
|
|
|
<org.isoron.uhabits.activities.habits.show.views.StreakCardView
|
|
|
|
<org.isoron.uhabits.activities.habits.show.views.StreakCardView
|
|
|
|
android:id="@+id/streakCard"
|
|
|
|
android:id="@+id/streakCard"
|
|
|
|
style="@style/Card"/>
|
|
|
|
style="@style/Card" />
|
|
|
|
|
|
|
|
|
|
|
|
<org.isoron.uhabits.activities.habits.show.views.FrequencyCardView
|
|
|
|
<org.isoron.uhabits.activities.habits.show.views.FrequencyCardView
|
|
|
|
android:id="@+id/frequencyCard"
|
|
|
|
android:id="@+id/frequencyCard"
|
|
|
|
style="@style/Card"/>
|
|
|
|
style="@style/Card" />
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</ScrollView>
|
|
|
|
</ScrollView>
|
|
|
|