kotlin conversion
This commit is contained in:
parent
8e6ab40d93
commit
b2c15ef186
316 changed files with 13055 additions and 22983 deletions
|
@ -7,7 +7,7 @@
|
|||
tools:context="code.name.monkey.retromusic.ui.activities.WhatsNewActivity">
|
||||
|
||||
<com.google.android.material.appbar.AppBarLayout
|
||||
android:id="@+id/app_bar"
|
||||
android:id="@+id/appBarLayout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:elevation="0dp"
|
||||
|
@ -21,7 +21,7 @@
|
|||
app:title="">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
android:id="@+id/whatNewtitle"
|
||||
style="@style/BigTitleTextAppearance"
|
||||
android:text="@string/whats_new" />
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
|||
</com.google.android.material.appbar.AppBarLayout>
|
||||
|
||||
<WebView
|
||||
android:id="@+id/web_view"
|
||||
android:id="@+id/webView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:scrollbars="none"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue