Skip to content

Commit

Permalink
DroidKaigi#29 記事画面のコメント下に広告を仕込んでみましょう
Browse files Browse the repository at this point in the history
  • Loading branch information
wada811 committed Feb 8, 2019
1 parent c34f278 commit 1b7eada
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/res/layout/activity_story.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
/>

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Dummy ad"
android:textAlignment="center"
android:textAppearance="@style/TextAppearance.AppCompat.Display1"
/>

</LinearLayout>

</ScrollView>
Expand Down

0 comments on commit 1b7eada

Please sign in to comment.