Skip to content

Commit

Permalink
Minor changes in comments and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Dmitriev committed Dec 30, 2016
1 parent eeaa5e7 commit 25c8945
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SDK-Samples
The repository includes several sample projects that shown how to create apps for YotaPhone.
The repository includes several sample projects which show how to create apps for YotaPhone.

### License
```Text
Expand All @@ -16,4 +16,4 @@ 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.
```
```
5 changes: 2 additions & 3 deletions yp_hello/app/src/main/res/layout/epd_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
limitations under the License.
-->

<!-- For a BSActivity you can use regular layout files as for regular Activity. -->
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root_view"
Expand All @@ -36,7 +35,7 @@
android:text="@string/hello_yota_phone"
android:gravity="center" />

<!-- Button for close Epd Activity -->
<!-- Button to close EpdActivity -->
<Button
android:id="@+id/back_button"
android:layout_width="wrap_content"
Expand All @@ -49,4 +48,4 @@
android:textAllCaps="true"
android:onClick="onClick"/>

</LinearLayout>
</LinearLayout>
4 changes: 2 additions & 2 deletions yp_hello/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<item name="android:colorAccent">@color/colorAccent</item>
</style>

<!-- Theme for Epd Activity -->
<!-- Theme for EpdActivity -->
<style name="EpdTheme" parent="@android:style/Theme.Material.Light">
<item name="android:windowBackground">@android:color/white</item>
<item name="android:textColorPrimary">@android:color/white</item>
Expand All @@ -34,4 +34,4 @@
<item name="android:colorPrimary">@android:color/black</item>
</style>

</resources>
</resources>

0 comments on commit 25c8945

Please sign in to comment.