Skip to content

Commit

Permalink
fixed package name of logging fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Apr 7, 2016
1 parent f401923 commit ddbc4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote-reader/app/src/main/res/layout/content_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<fragment
xmlns:android="http://schemas.android.com/apk/res/android"
android:name="com.vsmartcard.remotesmartcardreader.app.remotesmartcardreader.MyLogFragment"
android:name="com.vsmartcard.remotesmartcardreader.app.MyLogFragment"
android:id="@+id/log_fragment"
android:layout_margin="@dimen/text_margin"
android:layout_width="match_parent"
Expand Down

0 comments on commit ddbc4da

Please sign in to comment.