Skip to content

Commit

Permalink
HomeApp : Disable the expanding app bar
Browse files Browse the repository at this point in the history
[Issue] #1495
[Problem] Expanding app bar is enabled
[Solution] Set "data-expanding-enabled=false"

Signed-off-by: singa2000 <cookie@samsung.com>
  • Loading branch information
singa2000 committed Nov 6, 2020
1 parent 069a097 commit 2f508ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/mobile/HomeApp/control.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<body>
<div class="ui-page" id="open-control-app-1">
<script src="js/control.js"></script>
<header>
<header data-expanding-enabled="false">
<div class="ui-appbar-title-container">
<span class="ui-appbar-title">Instant Control</span>
</div>
Expand Down Expand Up @@ -64,7 +64,7 @@
<div>
<section class="ui-content ui-section-active">
<div class="ui-card ui-card-service app-border">
<div class="ui-header">
<div class="ui-header" data-expanding-enabled="false">
<div class="ui-title">Remote Control</div>
<div class="ui-icon app-remote-control-icon"></div>
</div>
Expand Down

0 comments on commit 2f508ce

Please sign in to comment.