First commit for CardFlip.

Change-Id: Ic0e68fdcb23ea70208adfda69f9e500955fa1254
(cherry picked from commit b6eeed4a19)
This commit is contained in:
Daniel Olshansky
2013-07-03 15:47:19 -07:00
committed by Chet Haase
parent 371fcc2907
commit 55b53b8c8d
13 changed files with 741 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<!-- Copyright (C) 2013 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<integer name="vertical_card_magin">30</integer>
<integer name="horizontal_card_magin">30</integer>
</resources>

View File

@@ -0,0 +1,19 @@
<!-- Copyright (C) 2013 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<string name="app_name">CardFlip</string>
</resources>