[android] del: Removed icon in Feedback button.

This commit is contained in:
Alexander Marchuk 2016-05-10 18:30:21 +03:00 committed by Vladimir Byko-Ianko
parent 8f456304f3
commit f0a7f53174
2 changed files with 0 additions and 6 deletions

View file

@ -34,9 +34,6 @@
android:layout_height="wrap_content"
android:padding="@dimen/margin_base"
android:text="@string/feedback"
android:drawableLeft="@drawable/ic_feedback"
android:drawableStart="@drawable/ic_feedback"
android:drawablePadding="@dimen/margin_base"
android:textAppearance="@style/MwmTextAppearance.Button"
android:background="?clickableBackground"/>
</FrameLayout>

View file

@ -17,7 +17,6 @@ import com.mapswithme.maps.widget.BaseShadowController;
import com.mapswithme.maps.widget.ObservableWebView;
import com.mapswithme.maps.widget.WebViewShadowController;
import com.mapswithme.util.Constants;
import com.mapswithme.util.Graphics;
import com.mapswithme.util.Utils;
import com.mapswithme.util.statistics.AlohaHelper;
import com.mapswithme.util.statistics.Statistics;
@ -56,8 +55,6 @@ public class HelpFragment extends BaseSettingsFragment
};
TextView feedback = (TextView)mFrame.findViewById(R.id.feedback);
Graphics.tint(feedback);
feedback.setOnClickListener(new View.OnClickListener()
{
@Override