pull/32/head
parent
8ed835b8cf
commit
1bd522181e
@ -1,2 +1,15 @@ |
||||
package io.legado.app.ui.readrss |
||||
|
||||
import android.os.Bundle |
||||
import io.legado.app.R |
||||
import io.legado.app.base.BaseActivity |
||||
|
||||
|
||||
class ReadRssActivity : BaseActivity(R.layout.activity_read_rss) { |
||||
|
||||
override fun onActivityCreated(savedInstanceState: Bundle?) { |
||||
TODO("not implemented") //To change body of created functions use File | Settings | File Templates. |
||||
} |
||||
|
||||
|
||||
} |
@ -0,0 +1,7 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:orientation="vertical" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent"> |
||||
|
||||
</LinearLayout> |
Loading…
Reference in new issue