Skip to content

Commit 6881ed1

Browse files
committed
Removed unused components
1 parent ea9ec1c commit 6881ed1

46 files changed

Lines changed: 136 additions & 638 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BasicPlainTextReaderApp/BasicPlainTextReaderApp.Android/BasicPlainTextReaderApp.Android.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
<AndroidResource Include="Resources\mipmap-xxhdpi\launcher_foreground.png" />
8585
<AndroidResource Include="Resources\mipmap-xxxhdpi\icon.png" />
8686
<AndroidResource Include="Resources\mipmap-xxxhdpi\launcher_foreground.png" />
87-
<AndroidResource Include="Resources\drawable\xamarin_logo.png" />
8887
<AndroidResource Include="Resources\drawable\tab_about.png" />
8988
<AndroidResource Include="Resources\drawable\tab_feed.png" />
9089
</ItemGroup>
@@ -94,5 +93,8 @@
9493
<Name>BasicPlainTextReaderApp</Name>
9594
</ProjectReference>
9695
</ItemGroup>
96+
<ItemGroup>
97+
<AndroidResource Include="Resources\drawable\logo.png" />
98+
</ItemGroup>
9799
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
98100
</Project>

BasicPlainTextReaderApp/BasicPlainTextReaderApp.Android/Resources/Resource.designer.cs

Lines changed: 90 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
26 KB
Loading
Binary file not shown.

BasicPlainTextReaderApp/BasicPlainTextReaderApp.Android/Resources/layout/Tabbar.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
android:id="@+id/sliding_tabs"
55
android:layout_width="match_parent"
66
android:layout_height="wrap_content"
7-
android:background="?attr/colorPrimary"
7+
android:background="@color/colorPrimary"
88
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
99
app:tabIndicatorColor="@android:color/white"
1010
app:tabGravity="fill"

BasicPlainTextReaderApp/BasicPlainTextReaderApp.Android/Resources/layout/Toolbar.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
android:id="@+id/toolbar"
44
android:layout_width="match_parent"
55
android:layout_height="wrap_content"
6-
android:background="?attr/colorPrimary"
6+
android:background="@color/colorPrimary"
77
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
88
android:popupTheme="@style/ThemeOverlay.AppCompat.Light" />
99

-974 Bytes
Loading
660 Bytes
Loading
-1.69 KB
Loading
594 Bytes
Loading

0 commit comments

Comments
 (0)