Skip to content

Commit b3ffe3e

Browse files
committed
Add current subreddit into the gradient
1 parent 35ebb09 commit b3ffe3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/app/app-with-list-view.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ new Vue({
2929
<stack-layout>
3030
3131
<gradient direction="to right" colors="#FF0077, red, #FF00FF" class="p-15">
32-
<label class="p-5 c-white" horizontalAlignment="center" text="My gradients are the best." textWrap="true"></label>
33-
<Label class="p-5 c-white" horizontalAlignment="center" text="It's true." textWrap="true"></Label>
32+
<label class="p-5 c-white" horizontalAlignment="center" text="You are browsing" textWrap="true"></label>
33+
<Label class="p-5 c-white" horizontalAlignment="center" :text="subreddit" textWrap="true"></Label>
3434
</gradient>
3535
3636
<list-view :items="items" class="list-group" :templateSelector="templateSelector" separatorColor="red" @itemTap="onItemTap" @loaded="onLoaded" @loadMoreItems="onLoadMoreItems">

0 commit comments

Comments
 (0)