<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Форум Александра Климова — Темы и стили]]></title>
		<link>http://forum.alexanderklimov.ru/viewtopic.php?id=9</link>
		<atom:link href="http://forum.alexanderklimov.ru/extern.php?action=feed&amp;tid=9&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Темы и стили.]]></description>
		<lastBuildDate>Fri, 23 Feb 2018 18:54:20 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Темы и стили]]></title>
			<link>http://forum.alexanderklimov.ru/viewtopic.php?pid=1069#p1069</link>
			<description><![CDATA[<p>спасибо NeferSky, надо было уроки перечитать, прежде чем сюда писать</p>]]></description>
			<author><![CDATA[null@example.com (open)]]></author>
			<pubDate>Fri, 23 Feb 2018 18:54:20 +0000</pubDate>
			<guid>http://forum.alexanderklimov.ru/viewtopic.php?pid=1069#p1069</guid>
		</item>
		<item>
			<title><![CDATA[Re: Темы и стили]]></title>
			<link>http://forum.alexanderklimov.ru/viewtopic.php?pid=1068#p1068</link>
			<description><![CDATA[<div class="quotebox"><cite>open wrote:</cite><blockquote><p>День добрый<br />не могу не как разобраться, у меня в activity_main.xml в строке android:text=&quot;@string/hello&quot;<br />@string/hello подсвечивается красным, <br />и в styles.xml в строке &lt;style name=&quot;MyTextStyle&quot; parent=&quot;@style/Text&quot;&gt; <br />@style/Text красным подсвечивается<br />перепробовал кучу вариантов только таким получается на TextView влиять из styles.xml</p><p>&lt;style name=&quot;AppTheme&quot; parent=&quot;Theme.AppCompat.Light.DarkActionBar&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- Customize your theme here. --&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;item name=&quot;android:textSize&quot;&gt;24sp&lt;/item&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;item name=&quot;android:textColor&quot;&gt;#00FF00&lt;/item&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;item name=&quot;android:typeface&quot;&gt;monospace&lt;/item&gt;<br />&nbsp; &nbsp; &lt;/style&gt;</p></blockquote></div><p>Навскидку, не вдумываясь: попробуйте создать TextView с желаемым оформлением, примените к нему Refactor | Extract | Style (есть в уроке) и сравните полученный результат с Вашим нынешним...</p>]]></description>
			<author><![CDATA[null@example.com (NeferSky)]]></author>
			<pubDate>Fri, 23 Feb 2018 11:22:29 +0000</pubDate>
			<guid>http://forum.alexanderklimov.ru/viewtopic.php?pid=1068#p1068</guid>
		</item>
		<item>
			<title><![CDATA[Re: Темы и стили]]></title>
			<link>http://forum.alexanderklimov.ru/viewtopic.php?pid=1067#p1067</link>
			<description><![CDATA[<p>День добрый<br />не могу не как разобраться, у меня в activity_main.xml в строке android:text=&quot;@string/hello&quot;<br />@string/hello подсвечивается красным, <br />и в styles.xml в строке &lt;style name=&quot;MyTextStyle&quot; parent=&quot;@style/Text&quot;&gt; <br />@style/Text красным подсвечивается<br />перепробовал кучу вариантов только таким получается на TextView влиять из styles.xml</p><p>&lt;style name=&quot;AppTheme&quot; parent=&quot;Theme.AppCompat.Light.DarkActionBar&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- Customize your theme here. --&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;item name=&quot;android:textSize&quot;&gt;24sp&lt;/item&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;item name=&quot;android:textColor&quot;&gt;#00FF00&lt;/item&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;item name=&quot;android:typeface&quot;&gt;monospace&lt;/item&gt;<br />&nbsp; &nbsp; &lt;/style&gt;</p>]]></description>
			<author><![CDATA[null@example.com (open)]]></author>
			<pubDate>Thu, 22 Feb 2018 08:26:58 +0000</pubDate>
			<guid>http://forum.alexanderklimov.ru/viewtopic.php?pid=1067#p1067</guid>
		</item>
		<item>
			<title><![CDATA[Re: Темы и стили]]></title>
			<link>http://forum.alexanderklimov.ru/viewtopic.php?pid=835#p835</link>
			<description><![CDATA[<p>Вы выбрали не ту тему, вам нужно выбрать тему, которая заканчивается словами NoTitleBar</p>]]></description>
			<author><![CDATA[null@example.com (alexander.klimoff)]]></author>
			<pubDate>Thu, 01 Jun 2017 06:59:08 +0000</pubDate>
			<guid>http://forum.alexanderklimov.ru/viewtopic.php?pid=835#p835</guid>
		</item>
		<item>
			<title><![CDATA[Re: Темы и стили]]></title>
			<link>http://forum.alexanderklimov.ru/viewtopic.php?pid=833#p833</link>
			<description><![CDATA[<p>Не&nbsp; подскажите, почему то не срабатывает &quot;убрать заголовок&quot;</p><p>&lt;style name=&quot;MyTheme&quot; parent=&quot;Theme.AppCompat.Light.DarkActionBar&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;item name=&quot;android:windowNoTitle&quot;&gt;true&lt;/item&gt;<br />&lt;/style&gt;</p><p>программно также&nbsp; заголовок остаётся<br />this.requestWindowFeature(Window.FEATURE_NO_TITLE);</p><p>Это у меня что-то или есть изменения?</p>]]></description>
			<author><![CDATA[null@example.com (iorgo)]]></author>
			<pubDate>Wed, 31 May 2017 21:46:15 +0000</pubDate>
			<guid>http://forum.alexanderklimov.ru/viewtopic.php?pid=833#p833</guid>
		</item>
		<item>
			<title><![CDATA[Re: Темы и стили]]></title>
			<link>http://forum.alexanderklimov.ru/viewtopic.php?pid=483#p483</link>
			<description><![CDATA[<p>Здравствуйте, у меня проблема с темой для &quot;холодного старта&quot;, когда я запускаю приложение, то как раз во время этого холодного старта экран просто белый, без моего изображения, которое я закинул в папку drawable, перед этим сжав до 144 px , подскажите в чем может быть проблема?</p>]]></description>
			<author><![CDATA[null@example.com (vodolaznik)]]></author>
			<pubDate>Thu, 07 Apr 2016 14:31:51 +0000</pubDate>
			<guid>http://forum.alexanderklimov.ru/viewtopic.php?pid=483#p483</guid>
		</item>
		<item>
			<title><![CDATA[Re: Темы и стили]]></title>
			<link>http://forum.alexanderklimov.ru/viewtopic.php?pid=298#p298</link>
			<description><![CDATA[<p>Как правило, у новичков подобные ошибки связаны с ресурсами разметки. Проверьте еще раз файлы в res/layout</p>]]></description>
			<author><![CDATA[null@example.com (alexander.klimoff)]]></author>
			<pubDate>Thu, 14 Jan 2016 15:40:06 +0000</pubDate>
			<guid>http://forum.alexanderklimov.ru/viewtopic.php?pid=298#p298</guid>
		</item>
		<item>
			<title><![CDATA[Re: Темы и стили]]></title>
			<link>http://forum.alexanderklimov.ru/viewtopic.php?pid=297#p297</link>
			<description><![CDATA[<p>Ещё хуже сейчас, просто создаю новую активность захожу в файл java, и сразу R становятся красными</p><p>нужно создавать новый проект по видимому</p>]]></description>
			<author><![CDATA[null@example.com (Alchemist)]]></author>
			<pubDate>Thu, 14 Jan 2016 11:17:45 +0000</pubDate>
			<guid>http://forum.alexanderklimov.ru/viewtopic.php?pid=297#p297</guid>
		</item>
		<item>
			<title><![CDATA[Re: Темы и стили]]></title>
			<link>http://forum.alexanderklimov.ru/viewtopic.php?pid=296#p296</link>
			<description><![CDATA[<p>Тут такая проблема, непонятная для меня, возникает не первый раз. бывает так что ни с того ни сего оператор &quot;R&quot;, через который устанавливать id объектов, помечается как неопознанный объект. Я просто ещё не опытен, только приступил к изучению андроид, возможно я делаю что-то, что вызывает такую реакцию, но просто ускользает из моего понимания. Как по мне это происходит внезапно. прикрепляю фото </p><p><span class="postimg"><img src="http://pixs.ru/showimage/Bezimyanni_3574683_20250811.png" alt="PunBB bbcode test" /></span><br /><a href="http://pixs.ru/showimage/Bezimyanni_3574683_20250811.png">http://pixs.ru/showimage/Bezimyanni_357 … 250811.png</a></p><p>из-за этого приходится создавать новый модуль ((</p>]]></description>
			<author><![CDATA[null@example.com (Alchemist)]]></author>
			<pubDate>Thu, 14 Jan 2016 10:11:21 +0000</pubDate>
			<guid>http://forum.alexanderklimov.ru/viewtopic.php?pid=296#p296</guid>
		</item>
		<item>
			<title><![CDATA[Re: Темы и стили]]></title>
			<link>http://forum.alexanderklimov.ru/viewtopic.php?pid=120#p120</link>
			<description><![CDATA[<p>В атрибуте parent нужно указывать тему, а не стиль, как у вас.</p>]]></description>
			<author><![CDATA[null@example.com (alexander.klimoff)]]></author>
			<pubDate>Tue, 25 Aug 2015 18:45:20 +0000</pubDate>
			<guid>http://forum.alexanderklimov.ru/viewtopic.php?pid=120#p120</guid>
		</item>
		<item>
			<title><![CDATA[Re: Темы и стили]]></title>
			<link>http://forum.alexanderklimov.ru/viewtopic.php?pid=119#p119</link>
			<description><![CDATA[<p>Добрый день.</p><p>&lt;style name=&quot;AppTheme1&quot; parent=&quot;Base.Theme.AppCompat&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;item name=&quot;android:windowTranslucentStatus&quot; tools:targetApi=&quot;kitkat&quot;&gt;true&lt;/item&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;item name=&quot;android:windowTranslucentNavigation&quot; tools:targetApi=&quot;kitkat&quot;&gt;true&lt;/item&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;item name=&quot;android:fitsSystemWindows&quot;&gt;true&lt;/item&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;item name=&quot;android:actionBarStyle&quot;&gt;@style/ActionBar.Solid.GreenStyle&lt;/item&gt;</p><p>&nbsp; &nbsp; &lt;/style&gt;<br />&nbsp; &nbsp; &lt;style name=&quot;ActionBar.Solid.GreenStyle&quot; parent=&quot;@android:style/Widget.Holo.Light.ActionBar.Solid&quot;&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &lt;item name=&quot;android:background&quot;&gt;@android:color/holo_orange_dark&lt;/item&gt;<br />&nbsp; &nbsp; &lt;/style&gt;</p><p>Правильно ли я понимаю, что мы создаем 2 стиля, AppTheme1 и ActionBar.Solid.GreenStyle, и функционал второго используем в первом. Если это так, то у меня не цепляется. <br />Пишу напрямую в манифесте&nbsp; ActionBar.Solid.GreenStyle - все отрабатывает</p>]]></description>
			<author><![CDATA[null@example.com (rudnef)]]></author>
			<pubDate>Tue, 25 Aug 2015 18:21:54 +0000</pubDate>
			<guid>http://forum.alexanderklimov.ru/viewtopic.php?pid=119#p119</guid>
		</item>
		<item>
			<title><![CDATA[Темы и стили]]></title>
			<link>http://forum.alexanderklimov.ru/viewtopic.php?pid=30#p30</link>
			<description><![CDATA[<p>Обсуждение статьи <a href="http://developer.alexanderklimov.ru/android/theme.php">Темы и стили</a></p>]]></description>
			<author><![CDATA[null@example.com (alexander.klimoff)]]></author>
			<pubDate>Sun, 19 Jul 2015 16:37:23 +0000</pubDate>
			<guid>http://forum.alexanderklimov.ru/viewtopic.php?pid=30#p30</guid>
		</item>
	</channel>
</rss>
