Skip to content

Commit

Permalink
Hide toolbar on entrance sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
objcode committed Aug 23, 2020
1 parent 853b75f commit da7d2ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
android:name=".IntegrationApplication"
android:theme="@style/AppTheme">
<activity android:name=".ViewPagerCarousel" />
<activity android:name=".Entrance" />
<activity android:name=".Entrance"
android:exported="true"
android:theme="@style/Theme.MaterialComponents.DayNight.NoActionBar"
/>
<activity android:name=".CollapsingToolbar"
android:exported="true"
android:theme="@style/Theme.MaterialComponents.DayNight.NoActionBar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import com.example.androidstudio.motionlayoutintegrations.databinding.ActivityEntranceBinding

private val SIS_MOTION_LAYOUT_STATE: String = "sis_motion_layout_start"

class Entrance : AppCompatActivity() {

private lateinit var binding: ActivityEntranceBinding
Expand Down

0 comments on commit da7d2ad

Please sign in to comment.