File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
samples/user-interface/predictiveback/src/main/res Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
~ See the License for the specific language governing permissions and
14
14
~ limitations under the License.
15
15
-->
16
- <shape xmlns : android =" http://schemas.android.com/apk/res/android"
17
- android : shape = " rectangle " >
16
+ <shape xmlns : android =" http://schemas.android.com/apk/res/android" >
17
+
18
18
<solid android : color =" #4285F4" />
19
19
<corners android : radius =" 20dp" />
20
20
</shape >
Original file line number Diff line number Diff line change 35
35
36
36
<View
37
37
android : id =" @+id/box"
38
- android : layout_width =" 350dp "
39
- android : layout_height =" 350dp "
38
+ android : layout_width =" 300dp "
39
+ android : layout_height =" 300dp "
40
40
android : background =" @drawable/box"
41
41
app : layout_constraintBottom_toBottomOf =" parent"
42
42
app : layout_constraintEnd_toEndOf =" parent"
You can’t perform that action at this time.
0 commit comments